mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[IPCONFIG]: Mark vendor_class_identifier as __initdata.
Based upon a suggestion by Francois Romieu. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b209639e8a
commit
1b0b04f9fb
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ __be32 ic_servaddr = NONE; /* Boot server IP address */
|
|||
__be32 root_server_addr = NONE; /* Address of NFS server */
|
||||
u8 root_server_path[256] = { 0, }; /* Path to mount as root */
|
||||
|
||||
static char vendor_class_identifier[253]; /* vendor class identifier */
|
||||
/* vendor class identifier */
|
||||
static char vendor_class_identifier[253] __initdata;
|
||||
|
||||
/* Persistent data: */
|
||||
|
||||
|
|
Loading…
Reference in a new issue