From: Greg Kroah-Hartman Date: Fri, 21 Dec 2012 21:01:28 +0000 (-0800) Subject: Drivers: zorro: remove CONFIG_HOTPLUG usage X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b92c914d02ad7a77513076515ffe9f26db1fe8af;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Cc: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/zorro/zorro-driver.c b/drivers/zorro/zorro-driver.c index 229624f867d3..ac1db7f1bcab 100644 --- a/drivers/zorro/zorro-driver.c +++ b/drivers/zorro/zorro-driver.c @@ -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) { -#ifdef CONFIG_HOTPLUG struct zorro_dev *z; if (!dev) @@ -159,9 +158,6 @@ static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env) return -ENOMEM; return 0; -#else /* !CONFIG_HOTPLUG */ - return -ENODEV; -#endif /* !CONFIG_HOTPLUG */ } struct bus_type zorro_bus_type = {