Commit e315dc0b authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

Oops, forgot the drivers/hotplug/pci_hotplug_core.c use of this...
parent 8d690346
......@@ -100,7 +100,7 @@ static struct kobj_type hotplug_slot_ktype = {
.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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment