drop unused __devexit{,data} and CONFIG_HOTPLUG
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 30 Nov 2015 11:01:21 +0000 (12:01 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 30 Nov 2015 11:01:21 +0000 (12:01 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Also CONFIG_HOTPLUG_CPU.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/config.h
xen/include/xen/init.h

index 52f7ca80c0f9e08d1f1398d3bc07dccd9cd5e9af..416a5c276ce8813cb200ddf243867ebd9ae2a09a 100644 (file)
@@ -44,9 +44,6 @@
 #define CONFIG_VGA 1
 #define CONFIG_VIDEO 1
 
-#define CONFIG_HOTPLUG 1
-#define CONFIG_HOTPLUG_CPU 1
-
 #define CONFIG_XENOPROF 1
 #define CONFIG_WATCHDOG 1
 
index 17fe5505d38d304c1ea6858c5122c95e18c9f649..7072013dc395bf062d09154fcd75a32e03aefd6d 100644 (file)
@@ -117,14 +117,6 @@ extern struct kernel_param __setup_start, __setup_end;
 
 #endif /* __ASSEMBLY__ */
 
-#ifdef CONFIG_HOTPLUG
-#define __devexit
-#define __devexitdata
-#else
-#define __devexit __exit
-#define __devexitdata __exitdata
-#endif
-
 #ifdef CONFIG_LATE_HWDOM
 #define __hwdom_init
 #define __hwdom_initdata  __read_mostly