From patchwork Wed Aug 10 03:06:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: holt@sgi.com X-Patchwork-Id: 109314 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id BD02BB77BC for ; Wed, 10 Aug 2011 13:06:29 +1000 (EST) Received: from relay.sgi.com (relay3.sgi.com [192.48.152.1]) by ozlabs.org (Postfix) with ESMTP id 6C75EB71CD for ; Wed, 10 Aug 2011 13:06:17 +1000 (EST) Received: from gulag1.americas.sgi.com (gulag1.americas.sgi.com [128.162.236.41]) by relay3.corp.sgi.com (Postfix) with ESMTP id 6246BAC002; Tue, 9 Aug 2011 20:06:16 -0700 (PDT) Received: by gulag1.americas.sgi.com (Postfix, from userid 1641) id 13211103AFDE1; Tue, 9 Aug 2011 22:06:16 -0500 (CDT) From: Robin Holt To: Robin Holt , Marc Kleine-Budde , Wolfgang Grandegger , U Bhaskar-B22300 Subject: [PATCH v10 1/5] [flexcan] Remove #include Date: Tue, 9 Aug 2011 22:06:00 -0500 Message-Id: <1312945564-6626-2-git-send-email-holt@sgi.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1312945564-6626-1-git-send-email-holt@sgi.com> References: <1312945564-6626-1-git-send-email-holt@sgi.com> Cc: socketcan-core@lists.berlios.de, netdev@vger.kernel.org, PPC list , Robin Holt X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org powerpc does not have a mach-####/clock.h. When testing, I found neither arm nor powerpc needed the mach/clock.h at all so I removed it. Signed-off-by: Robin Holt To: Marc Kleine-Budde Acked-by: Wolfgang Grandegger To: U Bhaskar-B22300 Cc: socketcan-core@lists.berlios.de Cc: netdev@vger.kernel.org Cc: PPC list --- drivers/net/can/flexcan.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c index 1767811..586b2cd 100644 --- a/drivers/net/can/flexcan.c +++ b/drivers/net/can/flexcan.c @@ -35,8 +35,6 @@ #include #include -#include - #define DRV_NAME "flexcan" /* 8 for RX fifo and 2 error handling */