ac100 team mailing list archive
-
ac100 team
-
Mailing list archive
-
Message #00854
Re: [PATCH] staging: nvec: remove include of <mach/iomap.h>
On Tuesday 02 October 2012 16:18:56 Stephen Warren wrote:
> From: Stephen Warren <swarren@xxxxxxxxxx>
>
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
>
> Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx>
Right.
Acked-By: Marc Dietrich <marvin24@xxxxxx>
> ---
> Greg, if this patch can get into 3.7 (it's late, I know) then that
> would be great. If not, may I please request an ack so I can take the
> change through the Tegra tree in 3.8, since I will probably have cleanup
> patches that depend on this change. Thanks.
>
> Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx>
> ---
> drivers/staging/nvec/nvec.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
> index 094fdc3..97cdf08 100644
> --- a/drivers/staging/nvec/nvec.c
> +++ b/drivers/staging/nvec/nvec.c
> @@ -39,7 +39,6 @@
> #include <linux/workqueue.h>
>
> #include <mach/clk.h>
> -#include <mach/iomap.h>
>
> #include "nvec.h"
References