diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-06-25 13:22:09 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 07:22:37 +0200 |
commit | ce4409b5821f170c018b94bacb36df1ffadb751f (patch) | |
tree | 7262c6d6a487081e8bcbaab03db1d723202592f2 /arch/arm/mach-mxs/devices | |
parent | rtc: stmp3xxx: Add simple binding for the stmp3xxx-rtc (diff) | |
download | linux-ce4409b5821f170c018b94bacb36df1ffadb751f.tar.xz linux-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 'arch/arm/mach-mxs/devices')
-rw-r--r-- | arch/arm/mach-mxs/devices/platform-mxsfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/devices/platform-mxsfb.c b/arch/arm/mach-mxs/devices/platform-mxsfb.c index 5a75b7180f74..76b53f73418e 100644 --- a/arch/arm/mach-mxs/devices/platform-mxsfb.c +++ b/arch/arm/mach-mxs/devices/platform-mxsfb.c @@ -10,7 +10,7 @@ #include <mach/mx23.h> #include <mach/mx28.h> #include <mach/devices-common.h> -#include <mach/mxsfb.h> +#include <linux/mxsfb.h> #ifdef CONFIG_SOC_IMX23 struct platform_device *__init mx23_add_mxsfb( |