|
@@ -1068,7 +1068,6 @@ static struct adp5588_kpad_platform_data adp5588_kpad_data = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_I2C_BOARDINFO
|
|
|
static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
#if defined(CONFIG_JOYSTICK_AD7142) || defined(CONFIG_JOYSTICK_AD7142_MODULE)
|
|
|
{
|
|
@@ -1102,7 +1101,6 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
},
|
|
|
#endif
|
|
|
};
|
|
|
-#endif
|
|
|
|
|
|
#if defined(CONFIG_SERIAL_BFIN_SPORT) || defined(CONFIG_SERIAL_BFIN_SPORT_MODULE)
|
|
|
static struct platform_device bfin_sport0_uart_device = {
|
|
@@ -1284,12 +1282,8 @@ static struct platform_device *stamp_devices[] __initdata = {
|
|
|
static int __init stamp_init(void)
|
|
|
{
|
|
|
printk(KERN_INFO "%s(): registering device resources\n", __func__);
|
|
|
-
|
|
|
-#ifdef CONFIG_I2C_BOARDINFO
|
|
|
i2c_register_board_info(0, bfin_i2c_board_info,
|
|
|
ARRAY_SIZE(bfin_i2c_board_info));
|
|
|
-#endif
|
|
|
-
|
|
|
bfin_plat_nand_init();
|
|
|
platform_add_devices(stamp_devices, ARRAY_SIZE(stamp_devices));
|
|
|
spi_register_board_info(bfin_spi_board_info, ARRAY_SIZE(bfin_spi_board_info));
|