X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fi2c%2Fbusses%2Fi2c-gpio.c;h=d9aa9a649e3587a015821611a7544387a95eb905;hb=2214482cb00e6da1397c2ecde5b392490eb9637f;hp=c21077d248af98f342a37219ecfa19b580e65c32;hpb=0bfb82449c9c98a8cfb1f0f886b5b0c7f7b0ff1a;p=pandora-kernel.git 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) return ret; } -module_init(i2c_gpio_init); +subsys_initcall(i2c_gpio_init); static void __exit i2c_gpio_exit(void) {