forked from Minki/linux
Drivers: zorro: remove CONFIG_HOTPLUG usage
CONFIG_HOTPLUG is going away as an option, so remove it from the zorro-driver.c file. Cc: Bill Pemberton <wfp5p@virginia.edu> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
345a52558e
commit
b92c914d02
@ -142,7 +142,6 @@ static int zorro_bus_match(struct device *dev, struct device_driver *drv)
|
|||||||
|
|
||||||
static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env)
|
static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_HOTPLUG
|
|
||||||
struct zorro_dev *z;
|
struct zorro_dev *z;
|
||||||
|
|
||||||
if (!dev)
|
if (!dev)
|
||||||
@ -159,9 +158,6 @@ static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env)
|
|||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#else /* !CONFIG_HOTPLUG */
|
|
||||||
return -ENODEV;
|
|
||||||
#endif /* !CONFIG_HOTPLUG */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct bus_type zorro_bus_type = {
|
struct bus_type zorro_bus_type = {
|
||||||
|
Loading…
Reference in New Issue
Block a user