From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Thu, 14 Mar 2013 13:53:30 +0800 Subject: [PATCH 6/6] video: mxsfb: remove mxsfb_platform_data In-Reply-To: <1363240410-16865-1-git-send-email-shawn.guo@linaro.org> References: <1363240410-16865-1-git-send-email-shawn.guo@linaro.org> Message-ID: <1363240410-16865-7-git-send-email-shawn.guo@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 --- drivers/video/mxsfb.c | 39 +++++++++++++++++---------------------- include/linux/mxsfb.h | 39 --------------------------------------- 2 files changed, 17 insertions(+), 61 deletions(-) delete mode 100644 include/linux/mxsfb.h diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index cf968c6..b528f56 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include