From: Vladimir Zapolskiy Date: Mon, 30 Jan 2017 16:39:48 +0000 (+0100) Subject: video: ARM CLCD: sort included headers out alphabetically X-Git-Tag: v4.11-rc1~74^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69550ad23d30af6250c83fd213db645d8730c557;p=platform%2Fkernel%2Flinux-exynos.git video: ARM CLCD: sort included headers out alphabetically To simplify the task of looking through the list of included headers sort them out alphabetically, some of the truly redundant headers are removed from the list. Cc: Tomi Valkeinen Cc: Russell King Cc: Linus Walleij Cc: Arnd Bergmann Signed-off-by: Vladimir Zapolskiy Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/video/fbdev/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c index ec2671d..a806fb8 100644 --- a/drivers/video/fbdev/amba-clcd.c +++ b/drivers/video/fbdev/amba-clcd.c @@ -10,27 +10,22 @@ * * ARM PrimeCell PL110 Color LCD Controller */ -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include #include -#include +#include #include #include #include #include -#include -#include -#include -#include -#include -#include +#include +#include #include #include -#include +#include +#include #include