From patchwork Tue Oct 8 11:17:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3002911 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DEF1B9F243 for ; Tue, 8 Oct 2013 11:19:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 28991201EC for ; Tue, 8 Oct 2013 11:19:16 +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 CD688201F2 for ; Tue, 8 Oct 2013 11:19:14 +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 1VTVJV-0006mv-PK; Tue, 08 Oct 2013 11:18:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTVJS-0003kZ-Fa; Tue, 08 Oct 2013 11:18:50 +0000 Received: from mail-pd0-f173.google.com ([209.85.192.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTVJO-0003jY-Q4 for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2013 11:18:47 +0000 Received: by mail-pd0-f173.google.com with SMTP id p10so8516724pdj.18 for ; Tue, 08 Oct 2013 04:18:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=L3uSPbDw19g9tNado+AQShNrzboMNgtrZCj2t6y4TM0=; b=SJBD+dD5NepmXw/HjiGl0EIM/RfIQ4EyjsmucPZ25twE7v3H8dtSDlbgOBh7b3rIyO Ej+AJffTP8NScPxdoQ8L0hKdy3PZAuoAoH35lPimkUEIy1kopoQi7/YB0cFmrWhARsqP IVQ5WYxoX54JJDtXWJC/x43E0h+EetkX3KFEnqTe/VtCjPRZ0ToAKsRIJ8lNER4e0OVK NB9NeNtRGRtl+ufi+vfHynlrfqMUoKzCanpAqqNsn7WLB0ofqCFbaCrQo/Q3K63prT5h 1OggfG6j70Fisjl7w5mz+20ZiMl0kRpCshSwym5yWM4GEny232RqBnSKztVBwJgrQ6Jq 8bdg== X-Gm-Message-State: ALoCoQkhbqvUrh06YtSOqGzMjs100gOZIjDeVh0drA0OCrRTLWy3+NDHifLwXAI/cXdW07I4Y0Z6 X-Received: by 10.68.0.101 with SMTP id 5mr1318639pbd.106.1381231104715; Tue, 08 Oct 2013 04:18:24 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id tz3sm39406818pbc.20.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Oct 2013 04:18:24 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH Resend 01/10] clk: bcm2835: Remove duplicate inclusion of clk-provider.h Date: Tue, 8 Oct 2013 16:47:39 +0530 Message-Id: <1381231068-6053-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131008_071847_068208_094DDB6C X-CRM114-Status: UNSURE ( 9.68 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: sachin.kamat@linaro.org, mturquette@linaro.org 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.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, 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 clk-provider.h was included twice. Signed-off-by: Sachin Kamat --- Added all the acquired acks to respective patches. --- drivers/clk/clk-bcm2835.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/clk-bcm2835.c b/drivers/clk/clk-bcm2835.c index 5fb4ff5..676077d 100644 --- a/drivers/clk/clk-bcm2835.c +++ b/drivers/clk/clk-bcm2835.c @@ -20,7 +20,6 @@ #include #include #include -#include #include static const struct of_device_id clk_match[] __initconst = {