mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 08:43:42 +02:00
fix i2c0 CONFIG_GYRO_L3G4200D
This commit is contained in:
parent
d4ffe57610
commit
ba07fe3521
|
|
@ -974,7 +974,7 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.platform_data = &akm8975_info,
|
||||
},
|
||||
#endif
|
||||
#if defined (CONFIG_GYRO_L3G4200D1)
|
||||
#if defined (CONFIG_GYRO_L3G4200D)
|
||||
{
|
||||
.type = "l3g4200d_gryo",
|
||||
.addr = 0x69,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user