[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101004175429.GW3117@atomide.com>
Date: Mon, 4 Oct 2010 10:54:29 -0700
From: Tony Lindgren <tony@...mide.com>
To: Nicolas Kaiser <nikai@...ai.net>
Cc: Tomi Valkeinen <tomi.valkeinen@...ia.com>,
linux-fbdev@...r.kernel.org, linux-omap@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] video/omap: remove duplicated include
* Nicolas Kaiser <nikai@...ai.net> [101004 08:35]:
> Remove duplicated include.
>
> Signed-off-by: Nicolas Kaiser <nikai@...ai.net>
> ---
> drivers/video/omap/lcd_omap3beagle.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c
> index ca75cc2..ac715f9 100644
> --- a/drivers/video/omap/lcd_omap3beagle.c
> +++ b/drivers/video/omap/lcd_omap3beagle.c
> @@ -26,7 +26,6 @@
> #include <linux/i2c/twl.h>
>
> #include <plat/mux.h>
> -#include <plat/mux.h>
> #include <asm/mach-types.h>
>
> #include "omapfb.h"
Can you please updated this to remove both mux.h entries?
Including mux.h should no longer be needed for omap2/3/4 SoCs
outside arch/arm/mach-omap2 files. For omap1 machines those are still
needed in some drivers..
Regards,
Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists