From: Shawn Guo Date: Thu, 14 Mar 2013 05:21:56 +0000 (+0800) Subject: video: mxsfb: remove mxsfb_platform_data X-Git-Tag: v3.10-rc1~63^2~10^2~13 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c8b5cfc8797203d5e952592be00a5acacf5cef6a;p=linux.git video: mxsfb: remove mxsfb_platform_data None of mxsfb users uses mxsfb_platform_data now. Let's remove it from mxsfb driver. As the result, include/linux/mxsfb.h gets deleted with a few macros moved into mxsfb.c. Along with the change, the typo "FAILING" in macro name is fixed to be "FALLING". Signed-off-by: Shawn Guo --- diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index e5ceba54d22f..eac7c1ace7a5 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include