Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: */