ChangeSet 1.1018.1.15, 2003/04/04 17:18:01-08:00, greg@kroah.com

Kobject: add NULL to decl_subsys() due to addition of hotplug operations

Oops, forgot the drivers/hotplug/pci_hotplug_core.c use of this...


 drivers/hotplug/pci_hotplug_core.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/hotplug/pci_hotplug_core.c b/drivers/hotplug/pci_hotplug_core.c
--- a/drivers/hotplug/pci_hotplug_core.c	Mon Apr  7 15:12:59 2003
+++ b/drivers/hotplug/pci_hotplug_core.c	Mon Apr  7 15:12:59 2003
@@ -100,7 +100,7 @@
 	.sysfs_ops = &hotplug_slot_sysfs_ops
 };
 
-static decl_subsys(hotplug_slots, &hotplug_slot_ktype);
+static decl_subsys(hotplug_slots, &hotplug_slot_ktype, NULL);
 
 
 /* these strings match up with the values in pci_bus_speed */
