Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faff11d1 authored by Olof Johansson's avatar Olof Johansson
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"),
	{ },