mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
ipconfig: add static to local variable
ic_dev_xid is only used in ipconfig.c Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: netdev@vger.kernel.org Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
52d14c6661
commit
4f6ad60cf3
@ -143,7 +143,7 @@ __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 */
|
||||
|
||||
__be32 ic_dev_xid; /* Device under configuration */
|
||||
static __be32 ic_dev_xid; /* Device under configuration */
|
||||
|
||||
/* vendor class identifier */
|
||||
static char vendor_class_identifier[253] __initdata;
|
||||
|
Loading…
Reference in New Issue
Block a user