Skip to content

Commit

Permalink
video: mx3fb: remove unneeded mach/hardware.h inclusion
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Shawn Guo committed Oct 15, 2012
1 parent edfbed9 commit 23a8ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/video/mx3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 23a8ee4

Please sign in to comment.