diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-06-25 07:22:09 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 01:22:37 -0400 |
commit | ce4409b5821f170c018b94bacb36df1ffadb751f (patch) | |
tree | 7262c6d6a487081e8bcbaab03db1d723202592f2 /drivers | |
parent | dd8d20a3f32a7ba37526f5b4dfd4d35a93e5342f (diff) |
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')
-rw-r--r-- | drivers/video/mxsfb.c | 2 |
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 @@ | |||
46 | #include <linux/dma-mapping.h> | 46 | #include <linux/dma-mapping.h> |
47 | #include <linux/io.h> | 47 | #include <linux/io.h> |
48 | #include <linux/pinctrl/consumer.h> | 48 | #include <linux/pinctrl/consumer.h> |
49 | #include <mach/mxsfb.h> | 49 | #include <linux/mxsfb.h> |
50 | 50 | ||
51 | #define REG_SET 4 | 51 | #define REG_SET 4 |
52 | #define REG_CLR 8 | 52 | #define REG_CLR 8 |