diff options
Diffstat (limited to 'arch/sh/boards/mach-kfr2r09/setup.c')
| -rw-r--r-- | arch/sh/boards/mach-kfr2r09/setup.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index f65271a8d075..5c3c71366848 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c | |||
| @@ -122,9 +122,6 @@ static struct platform_device kfr2r09_sh_keysc_device = { | |||
| 122 | .dev = { | 122 | .dev = { |
| 123 | .platform_data = &kfr2r09_sh_keysc_info, | 123 | .platform_data = &kfr2r09_sh_keysc_info, |
| 124 | }, | 124 | }, |
| 125 | .archdata = { | ||
| 126 | .hwblk_id = HWBLK_KEYSC, | ||
| 127 | }, | ||
| 128 | }; | 125 | }; |
| 129 | 126 | ||
| 130 | static const struct fb_videomode kfr2r09_lcdc_modes[] = { | 127 | static const struct fb_videomode kfr2r09_lcdc_modes[] = { |
| @@ -191,9 +188,6 @@ static struct platform_device kfr2r09_sh_lcdc_device = { | |||
| 191 | .dev = { | 188 | .dev = { |
| 192 | .platform_data = &kfr2r09_sh_lcdc_info, | 189 | .platform_data = &kfr2r09_sh_lcdc_info, |
| 193 | }, | 190 | }, |
| 194 | .archdata = { | ||
| 195 | .hwblk_id = HWBLK_LCDC, | ||
| 196 | }, | ||
| 197 | }; | 191 | }; |
| 198 | 192 | ||
| 199 | static struct r8a66597_platdata kfr2r09_usb0_gadget_data = { | 193 | static struct r8a66597_platdata kfr2r09_usb0_gadget_data = { |
| @@ -254,9 +248,6 @@ static struct platform_device kfr2r09_ceu_device = { | |||
| 254 | .dev = { | 248 | .dev = { |
| 255 | .platform_data = &sh_mobile_ceu_info, | 249 | .platform_data = &sh_mobile_ceu_info, |
| 256 | }, | 250 | }, |
| 257 | .archdata = { | ||
| 258 | .hwblk_id = HWBLK_CEU0, | ||
| 259 | }, | ||
| 260 | }; | 251 | }; |
| 261 | 252 | ||
| 262 | static struct i2c_board_info kfr2r09_i2c_camera = { | 253 | static struct i2c_board_info kfr2r09_i2c_camera = { |
| @@ -377,9 +368,6 @@ static struct platform_device kfr2r09_sh_sdhi0_device = { | |||
| 377 | .dev = { | 368 | .dev = { |
| 378 | .platform_data = &sh7724_sdhi0_data, | 369 | .platform_data = &sh7724_sdhi0_data, |
| 379 | }, | 370 | }, |
| 380 | .archdata = { | ||
| 381 | .hwblk_id = HWBLK_SDHI0, | ||
| 382 | }, | ||
| 383 | }; | 371 | }; |
| 384 | 372 | ||
| 385 | static struct platform_device *kfr2r09_devices[] __initdata = { | 373 | static struct platform_device *kfr2r09_devices[] __initdata = { |
