aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/mxsfb.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-06-25 19:22:09 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-07-03 13:22:37 +0800
commitce4409b5821f170c018b94bacb36df1ffadb751f (patch)
tree7262c6d6a487081e8bcbaab03db1d723202592f2 /drivers/video/mxsfb.c
parentrtc: stmp3xxx: Add simple binding for the stmp3xxx-rtc (diff)
downloadlinux-dev-ce4409b5821f170c018b94bacb36df1ffadb751f.tar.xz
linux-dev-ce4409b5821f170c018b94bacb36df1ffadb751f.zip
video: mxsfb: move mxsfb.h into include/linux
Move mxsfb.h into include/linux, so that mxsfb driver does not have to include <mach/*> header. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/video/mxsfb.c')
-rw-r--r--drivers/video/mxsfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c
index abbe691047bd..08dad8d8abba 100644
--- a/drivers/video/mxsfb.c
+++ b/drivers/video/mxsfb.c
@@ -46,7 +46,7 @@
#include <linux/dma-mapping.h>
#include <linux/io.h>
#include <linux/pinctrl/consumer.h>
-#include <mach/mxsfb.h>
+#include <linux/mxsfb.h>
#define REG_SET 4
#define REG_CLR 8