* [PATCH] i2c: Clean up Blackfin BF527 I2C device declarations
@ 2008-05-15 12:58 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2008-05-15 12:58 UTC (permalink / raw)
To: Linux I2C
I2C_BOARD_INFO() now sets the type field so no need to set it
separatetly.
Signed-off-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
Cc: Bryan Wu <cooloney-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
arch/blackfin/mach-bf527/boards/ezkit.c | 2 --
1 file changed, 2 deletions(-)
--- linux-2.6.26-rc2.orig/arch/blackfin/mach-bf527/boards/ezkit.c 2008-05-12 08:22:03.000000000 +0200
+++ linux-2.6.26-rc2/arch/blackfin/mach-bf527/boards/ezkit.c 2008-05-15 14:53:00.000000000 +0200
@@ -799,13 +799,11 @@ static struct i2c_board_info __initdata
#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
--
Jean Delvare
_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-15 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15 12:58 [PATCH] i2c: Clean up Blackfin BF527 I2C device declarations Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox