From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Zapolskiy Date: Wed, 21 Dec 2016 03:27:14 +0000 Subject: [PATCH 1/4] video: ARM CLCD: sort included headers out alphabetically Message-Id: <20161221032717.13154-2-vz@mleia.com> List-Id: References: <20161221032717.13154-1-vz@mleia.com> In-Reply-To: <20161221032717.13154-1-vz@mleia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org 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. Signed-off-by: Vladimir Zapolskiy --- drivers/video/fbdev/amba-clcd.c | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) 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