From patchwork Wed Dec 21 03:27:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 9482461 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8B0DB6082B for ; Wed, 21 Dec 2016 03:27:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7C94E280FC for ; Wed, 21 Dec 2016 03:27:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 71A3028161; Wed, 21 Dec 2016 03:27:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B5724280FC for ; Wed, 21 Dec 2016 03:27:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756945AbcLUD1Z (ORCPT ); Tue, 20 Dec 2016 22:27:25 -0500 Received: from mleia.com ([178.79.152.223]:49240 "EHLO mail.mleia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754913AbcLUD1Z (ORCPT ); Tue, 20 Dec 2016 22:27:25 -0500 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id A2ABC3800D3; Wed, 21 Dec 2016 03:27:23 +0000 (GMT) From: Vladimir Zapolskiy To: Tomi Valkeinen , Russell King Cc: Linus Walleij , Arnd Bergmann , linux-fbdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/4] video: ARM CLCD: sort included headers out alphabetically Date: Wed, 21 Dec 2016 05:27:14 +0200 Message-Id: <20161221032717.13154-2-vz@mleia.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161221032717.13154-1-vz@mleia.com> References: <20161221032717.13154-1-vz@mleia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20161221_032723_711045_90AE56FE X-CRM114-Status: UNSURE ( 8.70 ) X-CRM114-Notice: Please train this message. Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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