Skip to content

Commit 4f6ad60

Browse files
Fabian Frederickdavem330
authored andcommitted
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>
1 parent 52d14c6 commit 4f6ad60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv4/ipconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ __be32 ic_servaddr = NONE; /* Boot server IP address */
143143
__be32 root_server_addr = NONE; /* Address of NFS server */
144144
u8 root_server_path[256] = { 0, }; /* Path to mount as root */
145145

146-
__be32 ic_dev_xid; /* Device under configuration */
146+
static __be32 ic_dev_xid; /* Device under configuration */
147147

148148
/* vendor class identifier */
149149
static char vendor_class_identifier[253] __initdata;

0 commit comments

Comments
 (0)