ARM: tegra: paz00: Fix __initdata placement

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>
This commit is contained in:
Dmitry Torokhov 2017-01-22 23:43:47 -08:00 committed by Thierry Reding
parent 0c744ea4f7
commit ed0a27ef64

View 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"),
{ },