Commit ed0a27ef authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Thierry Reding

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: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 0c744ea4
......@@ -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