From: Alexander Shiyan Date: Sat, 17 Nov 2012 13:57:18 +0000 (+0400) Subject: ARM: clps711x: Moving power management of framebuffer driver to the board X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87c37b51ade7d1296ab99ed8f237637bed7779c7;p=linux-beck.git ARM: clps711x: Moving power management of framebuffer driver to the board This patch moves the power management for clps711x-framebuffer driver to the board code. To control we use "platform-lcd" driver. Signed-off-by: Alexander Shiyan Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-clps711x/edb7211.c b/arch/arm/mach-clps711x/edb7211.c index cc32a65d6982..81cc6835d7a5 100644 --- a/arch/arm/mach-clps711x/edb7211.c +++ b/arch/arm/mach-clps711x/edb7211.c @@ -8,6 +8,8 @@ */ #include +#include +#include #include #include #include @@ -18,12 +20,17 @@ #include #include +#include