From patchwork Tue Oct 19 07:29:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 264721 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9J7TlUY021735 for ; Tue, 19 Oct 2010 07:29:48 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758091Ab0JSH3h (ORCPT ); Tue, 19 Oct 2010 03:29:37 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:36782 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758086Ab0JSH3g (ORCPT ); Tue, 19 Oct 2010 03:29:36 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o9J7TZkn013290 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Oct 2010 02:29:35 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id o9J7TYiv006478; Tue, 19 Oct 2010 02:29:35 -0500 (CDT) Received: from localhost (wsp000207096wss.emea.dhcp.ti.com [137.167.41.206]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o9J7TXf17791; Tue, 19 Oct 2010 02:29:33 -0500 (CDT) From: Felipe Balbi To: Tony Lindgren Cc: Linux OMAP Mailing List , Felipe Balbi Subject: [PATCH 1/4] cbus: remove unneded includes Date: Tue, 19 Oct 2010 10:29:15 +0300 Message-Id: <1287473358-25634-2-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.3.rc0.35.g8ac8c In-Reply-To: <1287473358-25634-1-git-send-email-balbi@ti.com> References: <1287473358-25634-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.3 (demeter1.kernel.org [140.211.167.41]); Tue, 19 Oct 2010 07:29:48 +0000 (UTC) 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"