From patchwork Thu Aug 8 04:25:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2840732 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 13F7D9F479 for ; Thu, 8 Aug 2013 04:43:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 482EA2034F for ; Thu, 8 Aug 2013 04:43:32 +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 208FC2033F for ; Thu, 8 Aug 2013 04:43:31 +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 1V7I4B-0000h1-Cx; Thu, 08 Aug 2013 04:43:15 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7I45-0005lO-BK; Thu, 08 Aug 2013 04:43:09 +0000 Received: from mail-pa0-f47.google.com ([209.85.220.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7I42-0005kD-14 for linux-arm-kernel@lists.infradead.org; Thu, 08 Aug 2013 04:43:06 +0000 Received: by mail-pa0-f47.google.com with SMTP id kl13so2927908pab.6 for ; Wed, 07 Aug 2013 21:42:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=I0m1IDADYSwm5/j2J1syinFdjfkZtA6z7e9aSwHq0KU=; b=EpgI7HZsVHek6yi/5mLVU/z0lpqOQrUdIhKu/dnaABiPEBp0ThdgeZwvFW7Ow/yENU 7HOvv22tiQZtuVfMJbxc5lgJM+e81gEjbZczCD4uQZe8WVho6hhb4JzRE0R+Hip5jAsU 2kBkdqKWPWAKZdyG0hATer8RF/kq30PAM81LmLv9O/Iuud91cCUDutePrYOuU0Iyp1U6 /Nlhmh4zHNzYC/UPyU7uJ1E8oLxoMRx5bVsF3jd5SdHCBhERQEXAnQHKxIrC9ItplXuA UUI/38zlCZQAYjxP31I11/zBxuTzhPwggTCdrX1dBT/A6THczr9qE1P3X9R+2/o++uk/ d6eg== X-Gm-Message-State: ALoCoQkBvCqxk1j+D17PoTl6qyFkO4f2OiMk95JBXD3LN61JBVO9x1AAPcj7DwDoilxKuEeIABwl X-Received: by 10.66.164.199 with SMTP id ys7mr4051808pab.104.1375936962283; Wed, 07 Aug 2013 21:42:42 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id sz3sm11720063pbc.5.2013.08.07.21.42.38 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 Aug 2013 21:42:41 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/3] clk: tegra30: Fix incorrect placement of __initdata Date: Thu, 8 Aug 2013 09:55:49 +0530 Message-Id: <1375935949-19557-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1375935949-19557-1-git-send-email-sachin.kamat@linaro.org> References: <1375935949-19557-1-git-send-email-sachin.kamat@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130808_004306_171257_6335E0C3 X-CRM114-Status: GOOD ( 11.75 ) X-Spam-Score: -2.6 (--) Cc: linux-tegra@vger.kernel.org, sachin.kamat@linaro.org, mturquette@linaro.org, swarren@wwwdotorg.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.2 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 __initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat --- drivers/clk/tegra/clk-tegra30.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/tegra/clk-tegra30.c b/drivers/clk/tegra/clk-tegra30.c index e2c6ca0..ab35040 100644 --- a/drivers/clk/tegra/clk-tegra30.c +++ b/drivers/clk/tegra/clk-tegra30.c @@ -1901,7 +1901,7 @@ static struct tegra_cpu_car_ops tegra30_cpu_car_ops = { #endif }; -static __initdata struct tegra_clk_init_table init_table[] = { +static struct tegra_clk_init_table init_table[] __initdata = { {uarta, pll_p, 408000000, 0}, {uartb, pll_p, 408000000, 0}, {uartc, pll_p, 408000000, 0},