PCI: rpaphp: Remove global num_slots variable
Cleanup cruft: remove the global "num_slots" variable; although scattered across multiple files, it is used only once, in a debug statement. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Cc: John Rose <johnrose@austin.ibm.com> Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bf8cbae475
commit
fa1891596c
@@ -83,7 +83,6 @@ struct slot {
|
||||
|
||||
extern struct hotplug_slot_ops rpaphp_hotplug_slot_ops;
|
||||
extern struct list_head rpaphp_slot_head;
|
||||
extern int num_slots;
|
||||
|
||||
/* function prototypes */
|
||||
|
||||
|
Reference in New Issue
Block a user