From patchwork Mon Jul 8 16:51:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 2824963 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9A1FBC0AB2 for ; Mon, 8 Jul 2013 16:53:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BE1D120187 for ; Mon, 8 Jul 2013 16:53:20 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C9D0520184 for ; Mon, 8 Jul 2013 16:53:19 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwEgb-0000k1-3e; Mon, 08 Jul 2013 16:53:13 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwEgY-0004Ar-B8; Mon, 08 Jul 2013 16:53:10 +0000 Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwEgV-00049l-GX for linux-arm-kernel@lists.infradead.org; Mon, 08 Jul 2013 16:53:08 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr13so4459888pbb.20 for ; Mon, 08 Jul 2013 09:52:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=ETwuPg2MWiSPg5+f0ckyrvwQhK2JdlEPbLbB1G8vtlU=; b=oB+/sWjIfVJtLwD6acEi0MS1SKFvn5ywXBCk+5SNr3ziCExi+2e/jzo5MEV0h4+8Zb dPJjdzW0S3bChRkwOfaFnMBs9kxtOAWSFTZYry7RcHtwYzLiLpWRXiF/oj8ovBjlIIM5 C1nJF44hIP8mfUk8LgyvbebOsDMNcmVikb9a00BCLAFs155E11stceRMQ8pKZJ+QbdHT VgnsubtZ2K+IMHprtztaEnCHfVKss6wfYpWvOFkkjl2kHHqERxBuHc9IeIZ06N+4H/Gr NJH2yYVSS8AOJlFkrjCKsxkBHhasssQvWwVBiaBO6neYC1E1BaLqDF/9O4Ls9fl79VDa 1V0Q== X-Received: by 10.66.144.170 with SMTP id sn10mr24043313pab.42.1373302364083; Mon, 08 Jul 2013 09:52:44 -0700 (PDT) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id bs3sm23373186pbc.42.2013.07.08.09.52.42 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 08 Jul 2013 09:52:43 -0700 (PDT) From: Soren Brinkmann To: John Stultz , Thomas Gleixner , Baruch Siach Subject: [PATCH v2 1/2] clocksource/cadence_ttc: Remove unused header Date: Mon, 8 Jul 2013 09:51:37 -0700 Message-Id: <1373302298-27957-2-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1373302298-27957-1-git-send-email-soren.brinkmann@xilinx.com> References: <1373302298-27957-1-git-send-email-soren.brinkmann@xilinx.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130708_125307_638820_2FB63076 X-CRM114-Status: GOOD ( 11.12 ) X-Spam-Score: -1.9 (-) Cc: Soren Brinkmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michal Simek X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The clk-provider.h header is not required by this driver. Signed-off-by: Soren Brinkmann --- drivers/clocksource/cadence_ttc_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/cadence_ttc_timer.c b/drivers/clocksource/cadence_ttc_timer.c index 4cbe28c..0eefc8d 100644 --- a/drivers/clocksource/cadence_ttc_timer.c +++ b/drivers/clocksource/cadence_ttc_timer.c @@ -21,7 +21,6 @@ #include #include #include -#include /* * This driver configures the 2 16-bit count-up timers as follows: