projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08851d6
)
i2c: Clean up Blackfin BF527 I2C device declarations
author
Jean Delvare
<khali@linux-fr.org>
Sun, 18 May 2008 18:49:40 +0000
(20:49 +0200)
committer
Jean Delvare
<khali@hyperion.delvare>
Sun, 18 May 2008 18:49:40 +0000
(20:49 +0200)
I2C_BOARD_INFO() now sets the type field so no need to set it
separatetly.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf527/boards/ezkit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf527/boards/ezkit.c
b/arch/blackfin/mach-bf527/boards/ezkit.c
index 8aa49f8042289865568d22f4deeade8d18f67ed8..bb6d58c931de648bc6af3347bece976803e6c92f 100644
(file)
--- a/
arch/blackfin/mach-bf527/boards/ezkit.c
+++ b/
arch/blackfin/mach-bf527/boards/ezkit.c
@@
-799,13
+799,11
@@
static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
#if defined(CONFIG_TWI_LCD) || defined(CONFIG_TWI_LCD_MODULE)
{
I2C_BOARD_INFO("pcf8574_lcd", 0x22),
- .type = "pcf8574_lcd",
},
#endif
#if defined(CONFIG_TWI_KEYPAD) || defined(CONFIG_TWI_KEYPAD_MODULE)
{
I2C_BOARD_INFO("pcf8574_keypad", 0x27),
- .type = "pcf8574_keypad",
.irq = IRQ_PF8,
},
#endif