diff options
Diffstat (limited to 'net/ipv4/ipconfig.c')
-rw-r--r-- | net/ipv4/ipconfig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index f0f3f9f77b30..f02f594d04c5 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c | |||
@@ -143,8 +143,6 @@ __be32 ic_servaddr = NONE; /* Boot server IP address */ | |||
143 | __be32 root_server_addr = NONE; /* Address of NFS server */ | 143 | __be32 root_server_addr = NONE; /* Address of NFS server */ |
144 | u8 root_server_path[256] = { 0, }; /* Path to mount as root */ | 144 | u8 root_server_path[256] = { 0, }; /* Path to mount as root */ |
145 | 145 | ||
146 | static __be32 ic_dev_xid; /* Device under configuration */ | ||
147 | |||
148 | /* vendor class identifier */ | 146 | /* vendor class identifier */ |
149 | static char vendor_class_identifier[253] __initdata; | 147 | static char vendor_class_identifier[253] __initdata; |
150 | 148 | ||
@@ -654,6 +652,7 @@ static struct packet_type bootp_packet_type __initdata = { | |||
654 | .func = ic_bootp_recv, | 652 | .func = ic_bootp_recv, |
655 | }; | 653 | }; |
656 | 654 | ||
655 | static __be32 ic_dev_xid; /* Device under configuration */ | ||
657 | 656 | ||
658 | /* | 657 | /* |
659 | * Initialize DHCP/BOOTP extension fields in the request. | 658 | * Initialize DHCP/BOOTP extension fields in the request. |