diff options
author | Olof Johansson <olof@lixom.net> | 2017-01-29 20:58:22 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-29 20:58:22 -0800 |
commit | faff11d1bc129ca829067d7c54c671bc82140b41 (patch) | |
tree | 52f10463863323d7b4b0243ab02d8b82a2a8c4a8 | |
parent | 8b6bc21e69480c746f489f85ec8ef528fb2f2bd0 (diff) | |
parent | ed0a27ef6411b22c75ae596ca2722dd7b621bcd0 (diff) |
Merge tag 'tegra-for-4.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/soc
ARM: tegra: Core SoC changes for v4.11-rc1
This contains a single cleanup patch for the placement of the __initdata
annotation, as suggested by checkpatch.
* tag 'tegra-for-4.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
ARM: tegra: paz00: Fix __initdata placement
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), { }, |