From patchwork Thu May 16 12:58:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 2577891 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id D57B8DFB7B for ; Thu, 16 May 2013 13:00:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754114Ab3EPNAO (ORCPT ); Thu, 16 May 2013 09:00:14 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:35011 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754079Ab3EPNAL (ORCPT ); Thu, 16 May 2013 09:00:11 -0400 Received: by mail-pa0-f41.google.com with SMTP id rl6so2507279pac.14 for ; Thu, 16 May 2013 06:00:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=cYkemBQxxEFxleUVTxIbxaWOng3Uw/SHsCxNwbE+1+8=; b=rpVGvBNq3o9G4Y7u7uqQmo18Fubjr2TauTMaBoGHHIQH/dY+hQ1INDP4ClDR5i8l1k ElGM5EK6NSlaUOnjMsFNy10KXM5jQWarpPwMvXPxdAAflsQt+rB/NSsijnrCa9x0AGA5 rMa1dDBsLKE0O7Vm/ZR5OtYkY6cR5RD5DgjisuGF0H6lgPh4ZGdoXJQp/7bANCwF2qLU OB+baOFsRZyrCd27GxMADRmiqVgQneKeQy9sYqPK0zRcI/yri8ujsaY1wPjgN66csRip t5XtUzs1cFJfGMlcqyslWyqFcLxhCMt7GOBI8iPGlNjV+uFSmExh8IitdqH9w32C19WS XjGw== X-Received: by 10.68.237.106 with SMTP id vb10mr37025753pbc.131.1368709211137; Thu, 16 May 2013 06:00:11 -0700 (PDT) Received: from localhost.localdomain ([122.166.13.141]) by mx.google.com with ESMTPSA id v7sm6705907pbq.32.2013.05.16.06.00.07 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 16 May 2013 06:00:10 -0700 (PDT) From: Lad Prabhakar To: DLOS , LMML Cc: LKML , Mauro Carvalho Chehab , Hans Verkuil , Laurent Pinchart , "Lad, Prabhakar" Subject: [PATCH 6/7] media: davinci: vpif_display: remove unwanted header inclusion and sort them alphabetically Date: Thu, 16 May 2013 18:28:21 +0530 Message-Id: <1368709102-2854-7-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1368709102-2854-1-git-send-email-prabhakar.csengg@gmail.com> References: <1368709102-2854-1-git-send-email-prabhakar.csengg@gmail.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Lad, Prabhakar This patch removes unwanted header inclusion and sorts them alphabetically Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif_display.c | 23 +++-------------------- drivers/media/platform/davinci/vpif_display.h | 6 ++---- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/drivers/media/platform/davinci/vpif_display.c b/drivers/media/platform/davinci/vpif_display.c index 1b3fb5c..d833056 100644 --- a/drivers/media/platform/davinci/vpif_display.c +++ b/drivers/media/platform/davinci/vpif_display.c @@ -14,33 +14,16 @@ * GNU General Public License for more details. */ -#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 "vpif_display.h" #include "vpif.h" +#include "vpif_display.h" MODULE_DESCRIPTION("TI DaVinci VPIF Display driver"); MODULE_LICENSE("GPL"); diff --git a/drivers/media/platform/davinci/vpif_display.h b/drivers/media/platform/davinci/vpif_display.h index a5a18f7..b4bb7d2 100644 --- a/drivers/media/platform/davinci/vpif_display.h +++ b/drivers/media/platform/davinci/vpif_display.h @@ -17,11 +17,9 @@ #define DAVINCIHD_DISPLAY_H /* Header files */ -#include -#include -#include -#include #include +#include +#include #include "vpif.h"