i2c: Clean up Blackfin BF527 I2C device declarations

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>

authored by Jean Delvare and committed by Jean Delvare 24fbacca 08851d6e

-2
-2
arch/blackfin/mach-bf527/boards/ezkit.c
··· 799 799 #if defined(CONFIG_TWI_LCD) || defined(CONFIG_TWI_LCD_MODULE) 800 800 { 801 801 I2C_BOARD_INFO("pcf8574_lcd", 0x22), 802 - .type = "pcf8574_lcd", 803 802 }, 804 803 #endif 805 804 #if defined(CONFIG_TWI_KEYPAD) || defined(CONFIG_TWI_KEYPAD_MODULE) 806 805 { 807 806 I2C_BOARD_INFO("pcf8574_keypad", 0x27), 808 - .type = "pcf8574_keypad", 809 807 .irq = IRQ_PF8, 810 808 }, 811 809 #endif