aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-09-15 14:31:14 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-10-15 10:03:14 +0800
commit23a8ee4dcc265892c8a490e202201ae93baec8ae (patch)
treeb72b1649831e200935f9780bc427097325a8d7cd /drivers/video
parentusb: ehci-mxc: remove unneeded mach/hardware.h inclusion (diff)
downloadlinux-dev-23a8ee4dcc265892c8a490e202201ae93baec8ae.tar.xz
linux-dev-23a8ee4dcc265892c8a490e202201ae93baec8ae.zip
video: mx3fb: remove unneeded mach/hardware.h inclusion
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
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/mx3fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c
index 0324c07be895..736887208574 100644
--- a/drivers/video/mx3fb.c
+++ b/drivers/video/mx3fb.c
@@ -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>