diff options
Diffstat (limited to 'arch/arm/plat-omap/i2c.c')
-rw-r--r-- | arch/arm/plat-omap/i2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index f9df624d108c..58213d9714cd 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat-omap/i2c.c | |||
@@ -68,7 +68,7 @@ __setup("i2c_bus=", omap_i2c_bus_setup); | |||
68 | * Register busses defined in command line but that are not registered with | 68 | * Register busses defined in command line but that are not registered with |
69 | * omap_register_i2c_bus from board initialization code. | 69 | * omap_register_i2c_bus from board initialization code. |
70 | */ | 70 | */ |
71 | static int __init omap_register_i2c_bus_cmdline(void) | 71 | int __init omap_register_i2c_bus_cmdline(void) |
72 | { | 72 | { |
73 | int i, err = 0; | 73 | int i, err = 0; |
74 | 74 | ||
@@ -83,7 +83,6 @@ static int __init omap_register_i2c_bus_cmdline(void) | |||
83 | out: | 83 | out: |
84 | return err; | 84 | return err; |
85 | } | 85 | } |
86 | subsys_initcall(omap_register_i2c_bus_cmdline); | ||
87 | 86 | ||
88 | /** | 87 | /** |
89 | * omap_register_i2c_bus - register I2C bus with device descriptors | 88 | * omap_register_i2c_bus - register I2C bus with device descriptors |