From patchwork Thu Jun 16 11:27:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 886882 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5GBRSls008799 for ; Thu, 16 Jun 2011 11:27:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755907Ab1FPL11 (ORCPT ); Thu, 16 Jun 2011 07:27:27 -0400 Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]:55643 "EHLO na3sys009aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755456Ab1FPL11 (ORCPT ); Thu, 16 Jun 2011 07:27:27 -0400 Received: from mail-fx0-f50.google.com ([209.85.161.50]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKTfnonoJyuf4COCliyUkJsgixWaortB0J@postini.com; Thu, 16 Jun 2011 04:27:27 PDT Received: by mail-fx0-f50.google.com with SMTP id 16so1081079fxm.9 for ; Thu, 16 Jun 2011 04:27:26 -0700 (PDT) Received: by 10.223.59.92 with SMTP id k28mr977444fah.27.1308223646285; Thu, 16 Jun 2011 04:27:26 -0700 (PDT) Received: from localhost (cs181221225.pp.htv.fi [82.181.221.225]) by mx.google.com with ESMTPS id h1sm763534fag.11.2011.06.16.04.27.24 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 16 Jun 2011 04:27:25 -0700 (PDT) From: Felipe Balbi To: Tony Lindgren Cc: Linux OMAP Mailing List , Felipe Balbi Subject: [PATCH 2/4] cbus: drop unneeded headers Date: Thu, 16 Jun 2011 14:27:16 +0300 Message-Id: <1308223638-9634-2-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.6.rc1 In-Reply-To: <1308223638-9634-1-git-send-email-balbi@ti.com> References: <1308223638-9634-1-git-send-email-balbi@ti.com> Organization: Texas Instruments\n Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Thu, 16 Jun 2011 11:27:29 +0000 (UTC) we don't use anything from those headers so we might as well just drop them. Signed-off-by: Felipe Balbi --- drivers/cbus/retu.c | 10 ---------- drivers/cbus/tahvo.c | 10 ---------- 2 files changed, 0 insertions(+), 20 deletions(-) diff --git a/drivers/cbus/retu.c b/drivers/cbus/retu.c index be07938..708b811 100644 --- a/drivers/cbus/retu.c +++ b/drivers/cbus/retu.c @@ -30,21 +30,11 @@ #include #include #include -#include -#include -#include #include #include #include #include #include -#include - -#include -#include - -#include -#include #include "cbus.h" #include "retu.h" diff --git a/drivers/cbus/tahvo.c b/drivers/cbus/tahvo.c index bc440bc..d4a89a6 100644 --- a/drivers/cbus/tahvo.c +++ b/drivers/cbus/tahvo.c @@ -29,19 +29,9 @@ #include #include #include -#include -#include -#include #include #include #include -#include - -#include -#include - -#include -#include #include "cbus.h" #include "tahvo.h"