From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: [PATCH 1/4] cbus: remove unneded includes Date: Fri, 1 Oct 2010 10:47:15 +0300 Message-ID: <1285919238-26555-2-git-send-email-balbi@ti.com> References: <1285919238-26555-1-git-send-email-balbi@ti.com> Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:57793 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754175Ab0JAHrV (ORCPT ); Fri, 1 Oct 2010 03:47:21 -0400 In-Reply-To: <1285919238-26555-1-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Linux OMAP Mailing List , Felipe Balbi we don't use anything from those headers, thus removing them. Signed-off-by: Felipe Balbi --- drivers/cbus/cbus.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/drivers/cbus/cbus.c b/drivers/cbus/cbus.c index 9e745bb..a8bbf42 100644 --- a/drivers/cbus/cbus.c +++ b/drivers/cbus/cbus.c @@ -30,15 +30,10 @@ #include #include #include -#include #include #include #include -#include -#include - -#include #include #include "cbus.h" -- 1.7.3.rc0.35.g8ac8c