Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755561Ab3EPHLU (ORCPT ); Thu, 16 May 2013 03:11:20 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:34181 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755034Ab3EPHLP (ORCPT ); Thu, 16 May 2013 03:11:15 -0400 From: Lad Prabhakar To: DLOS , LFBDEV , Florian Tobias Schandinat Cc: LKML , "Lad, Prabhakar" Subject: [PATCH 1/2] video: da8xx-fb: remove unwanted header inclusion and sort the alphabetically Date: Thu, 16 May 2013 12:40:56 +0530 Message-Id: <1368688257-18705-2-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1368688257-18705-1-git-send-email-prabhakar.csengg@gmail.com> References: <1368688257-18705-1-git-send-email-prabhakar.csengg@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1635 Lines: 57 From: Lad, Prabhakar This patch removes unwanted header inclusion and sorts them alphabetically Signed-off-by: Lad, Prabhakar --- drivers/video/da8xx-fb.c | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 0810939..aafe8b9 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -19,25 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#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