mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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:
parent
0c744ea4f7
commit
ed0a27ef64
@ -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"),
|
||||
{ },
|
||||
|
Loading…
Reference in New Issue
Block a user