From 962cada830e9b0ce7049a59bef4c33ab01c6161e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 27 Jan 2011 20:35:48 +0000 Subject: [init] Remove concept of "shutdown exit flags" Remove the concept of shutdown exit flags, and replace it with a counter used to keep track of exposed interfaces that require devices to remain active. Signed-off-by: Michael Brown --- src/include/usr/autoboot.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/usr') diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h index e9abf833f..32763beee 100644 --- a/src/include/usr/autoboot.h +++ b/src/include/usr/autoboot.h @@ -12,8 +12,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include struct net_device; -extern int shutdown_exit_flags; - extern int netboot ( struct net_device *netdev ); extern int autoboot ( void ); extern int boot_next_server_and_filename ( struct in_addr next_server, -- cgit v1.2.3-55-g7522