aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/zorro/zorro-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/zorro/zorro-driver.c')
-rw-r--r--drivers/zorro/zorro-driver.c4
1 files changed, 0 insertions, 4 deletions
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)
142 142
143static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env) 143static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env)
144{ 144{
145#ifdef CONFIG_HOTPLUG
146 struct zorro_dev *z; 145 struct zorro_dev *z;
147 146
148 if (!dev) 147 if (!dev)
@@ -159,9 +158,6 @@ static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env)
159 return -ENOMEM; 158 return -ENOMEM;
160 159
161 return 0; 160 return 0;
162#else /* !CONFIG_HOTPLUG */
163 return -ENODEV;
164#endif /* !CONFIG_HOTPLUG */
165} 161}
166 162
167struct bus_type zorro_bus_type = { 163struct bus_type zorro_bus_type = {