diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-gpio.c')
-rw-r--r-- | drivers/i2c/busses/i2c-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-gpio.c b/drivers/i2c/busses/i2c-gpio.c index c21077d248af..d9aa9a649e35 100644 --- a/drivers/i2c/busses/i2c-gpio.c +++ b/drivers/i2c/busses/i2c-gpio.c | |||
@@ -211,7 +211,7 @@ static int __init i2c_gpio_init(void) | |||
211 | 211 | ||
212 | return ret; | 212 | return ret; |
213 | } | 213 | } |
214 | module_init(i2c_gpio_init); | 214 | subsys_initcall(i2c_gpio_init); |
215 | 215 | ||
216 | static void __exit i2c_gpio_exit(void) | 216 | static void __exit i2c_gpio_exit(void) |
217 | { | 217 | { |