i2c: remove CONFIG_HOTPLUG ifdefs
authorYijing Wang <wangyijing@huawei.com>
Mon, 8 Apr 2013 15:46:39 +0000 (15:46 +0000)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 9 Apr 2013 09:57:55 +0000 (11:57 +0200)
CONFIG_HOTPLUG is going away as an option, cleanup CONFIG_HOTPLUG
ifdefs in i2c files.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core.c

index e9ac0d84a01ea8cc32c56422295752b4dd049dc1..6b63cc7eb71e38ff31253c0e6af496b3b3b0bccb 100644 (file)
@@ -93,7 +93,6 @@ static int i2c_device_match(struct device *dev, struct device_driver *drv)
        return 0;
 }
 
-#ifdef CONFIG_HOTPLUG
 
 /* uevent helps with hotplug: modprobe -q $(MODALIAS) */
 static int i2c_device_uevent(struct device *dev, struct kobj_uevent_env *env)
@@ -107,10 +106,6 @@ static int i2c_device_uevent(struct device *dev, struct kobj_uevent_env *env)
        return 0;
 }
 
-#else
-#define i2c_device_uevent      NULL
-#endif /* CONFIG_HOTPLUG */
-
 /* i2c bus recovery routines */
 static int get_scl_gpio_value(struct i2c_adapter *adap)
 {
This page took 0.040363 seconds and 5 git commands to generate.