Commit faff11d1 authored by Olof Johansson's avatar Olof Johansson

Merge tag 'tegra-for-4.11-soc' of...

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: default avatarOlof Johansson <olof@lixom.net>
parents 8b6bc21e ed0a27ef
......@@ -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"),
{ },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment