video: mx3fb: remove unneeded mach/hardware.h inclusion
authorShawn Guo <shawn.guo@linaro.org>
Sat, 15 Sep 2012 06:31:14 +0000 (14:31 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Oct 2012 02:03:14 +0000 (10:03 +0800)
The inclusion of mach/hardware.h is not used by the driver at all.
Remove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: linux-fbdev@vger.kernel.org
drivers/video/mx3fb.c

index 0324c07be89591de3fdda65a491454dd796485b4..73688720857445ddb18096a90a80fc22f2f63499 100644 (file)
@@ -29,7 +29,6 @@
 #include <linux/dma/ipu-dma.h>
 
 #include <linux/platform_data/dma-imx.h>
-#include <mach/hardware.h>
 #include <linux/platform_data/video-mx3fb.h>
 
 #include <asm/io.h>