|
@@ -37,7 +37,7 @@ registered using the i2c_board_info mechanism.
|
|
|
To register the chip at address 0x60 on adapter 0, set the platform data
|
|
|
according to include/linux/leds-lp3944.h, set the i2c board info:
|
|
|
|
|
|
- static struct i2c_board_info __initdata a910_i2c_board_info[] = {
|
|
|
+ static struct i2c_board_info a910_i2c_board_info[] __initdata = {
|
|
|
{
|
|
|
I2C_BOARD_INFO("lp3944", 0x60),
|
|
|
.platform_data = &a910_lp3944_leds,
|