From patchwork Mon Jan 23 07:43:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Torokhov X-Patchwork-Id: 9531865 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5E2BE6042F for ; Mon, 23 Jan 2017 07:45:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4F82627F82 for ; Mon, 23 Jan 2017 07:45:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 43F2E27F93; Mon, 23 Jan 2017 07:45:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D63ED27F82 for ; Mon, 23 Jan 2017 07:45:21 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cVZJW-0002H7-4j; Mon, 23 Jan 2017 07:45:18 +0000 Received: from mail-pf0-f193.google.com ([209.85.192.193]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cVZJS-0000cU-L5 for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2017 07:45:16 +0000 Received: by mail-pf0-f193.google.com with SMTP id 19so9494909pfo.3 for ; Sun, 22 Jan 2017 23:44:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=EszW8xurbz6VTMHo9ZELbMp4ubUBCrHOAzM2OVVbdmw=; b=tx9vvNUHSq7MZEts3Xada2Mz6baxPx/0qIWRF9CucRsuYrIdLsmGDBWKt08avcvof/ /IFmudIAq2W1IXae2vDJeA5vtqEZ9AGnxl5uVmpvUxtXd4mm4RiQsvcpONDWB/QYkudp TozLgMMuWtShx4kLR1Knazis7Nw7ENEdPX3X6TqAuym9QwdxM3ww7jsGINu7kcP1zPAO sf6AFYkrpa3xURKQefO169mg43dStpHIyST8LwUigorB3Vj1Rb3uwZ0ofONkzjtW+tJO jr0RwUbAv3Otb4opoQpVUcUYUOohnBLD2PQ5RMogRqb0+K4NA9IbOkgRThQTExslUDva DMFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=EszW8xurbz6VTMHo9ZELbMp4ubUBCrHOAzM2OVVbdmw=; b=adz4J9R+C6nhwvwhB3WIWtU4q05chOWOJktDeyefO7yyFJr+5Wq57RFJyYkkNx1l9a pFTOcAcSg0XVJ9o1gHplVd3+s9A64Dh8BmKte7nVAqwW0c+5onIAM8m52ugtKtTyg593 cydf3Bl86/XPtwrMErzOrJ7giF0T19drOoaZy2x6oaxAG4ua5qIv1zDv7wJFph7zP9fk UjvOFX6fUShLZM/Mvw0tK0doYfgY9aWNONKRW2De0KG+OsJX8OieL0RqPryLOSIrIOqB nOjmcjHIroCGvf9pC0w/CAlUPMZ1L1cYEaJfrIEtB2C8a/dMf1MmdzcsMR5BOFP1m8Yd qX4g== X-Gm-Message-State: AIkVDXKb0cCt+gBGfNFWtvXUZ16Dc4MJ3qD8XQXJ0H+AxWJFkVdNjbEiGGgR/oX5ihqbyQ== X-Received: by 10.84.136.34 with SMTP id 31mr40586173plk.52.1485157429990; Sun, 22 Jan 2017 23:43:49 -0800 (PST) Received: from dtor-ws ([2620:0:1000:1311:e85a:dc65:25b2:57b8]) by smtp.gmail.com with ESMTPSA id l25sm34294040pfb.24.2017.01.22.23.43.49 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sun, 22 Jan 2017 23:43:49 -0800 (PST) Date: Sun, 22 Jan 2017 23:43:47 -0800 From: Dmitry Torokhov To: Stephen Warren , Thierry Reding , Alexandre Courbot Subject: [PATCH] ARM: tegra: paz00: fix __initdata placement Message-ID: <20170123074347.GA29804@dtor-ws> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170122_234514_748673_2C5B5E3A X-CRM114-Status: UNSURE ( 9.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-tegra@vger.kernel.org, Heikki Krogerus , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP To have expected effect the __initdata attribute should go after variable name and before initializer.` Signed-off-by: Dmitry Torokhov --- arch/arm/mach-tegra/board-paz00.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index 7478f6fb3664..ea6bff404161 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c @@ -23,7 +23,7 @@ #include "board.h" -static struct property_entry __initdata wifi_rfkill_prop[] = { +static struct property_entry wifi_rfkill_prop[] __initdata = { PROPERTY_ENTRY_STRING("name", "wifi_rfkill"), PROPERTY_ENTRY_STRING("type", "wlan"), { },