Commit 1b0b04f9 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller

[IPCONFIG]: Mark vendor_class_identifier as __initdata.

Based upon a suggestion by Francois Romieu.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b209639e
......@@ -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: */
......
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