ARM: tegra: paz00: Fix __initdata placement
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Jan 2017 07:43:47 +0000 (23:43 -0800)
committerThierry Reding <treding@nvidia.com>
Wed, 25 Jan 2017 08:09:32 +0000 (09:09 +0100)
Placement of attributes, such as __initdata, is standardized through the
checkpatch script. Fix up this instance to make checkpatch happy.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/board-paz00.c

index 7478f6f..ea6bff4 100644 (file)
@@ -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"),
        { },