diff options
author | Thomas Weber <weber@corscience.de> | 2010-07-05 10:04:42 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 10:04:42 -0400 |
commit | a34664ded71217eb7a0cce6beae4ffd89ca57900 (patch) | |
tree | 1746fec44075e4a15ad52daff1fcf71789fbca76 /arch/arm/mach-omap2 | |
parent | 09c0721e60f209a80a2e71c6d8e086b53874422c (diff) |
OMAP2: Devkit8000: Remove unused omap_board_config
omap_board_config is no longer used and thats why empty.
This patch removes the empty omap_board_config.
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 0b40f4f414b4..4ad57d22702d 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -126,8 +126,6 @@ static struct omap2_hsmmc_info mmc[] = { | |||
126 | }, | 126 | }, |
127 | {} /* Terminator */ | 127 | {} /* Terminator */ |
128 | }; | 128 | }; |
129 | static struct omap_board_config_kernel devkit8000_config[] __initdata = { | ||
130 | }; | ||
131 | 129 | ||
132 | static int devkit8000_panel_enable_lcd(struct omap_dss_device *dssdev) | 130 | static int devkit8000_panel_enable_lcd(struct omap_dss_device *dssdev) |
133 | { | 131 | { |
@@ -464,8 +462,6 @@ static struct platform_device keys_gpio = { | |||
464 | 462 | ||
465 | static void __init devkit8000_init_irq(void) | 463 | static void __init devkit8000_init_irq(void) |
466 | { | 464 | { |
467 | omap_board_config = devkit8000_config; | ||
468 | omap_board_config_size = ARRAY_SIZE(devkit8000_config); | ||
469 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, | 465 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params, |
470 | mt46h32m32lf6_sdrc_params); | 466 | mt46h32m32lf6_sdrc_params); |
471 | omap_init_irq(); | 467 | omap_init_irq(); |
@@ -797,8 +793,6 @@ static void __init devkit8000_init(void) | |||
797 | devkit8000_i2c_init(); | 793 | devkit8000_i2c_init(); |
798 | platform_add_devices(devkit8000_devices, | 794 | platform_add_devices(devkit8000_devices, |
799 | ARRAY_SIZE(devkit8000_devices)); | 795 | ARRAY_SIZE(devkit8000_devices)); |
800 | omap_board_config = devkit8000_config; | ||
801 | omap_board_config_size = ARRAY_SIZE(devkit8000_config); | ||
802 | 796 | ||
803 | spi_register_board_info(devkit8000_spi_board_info, | 797 | spi_register_board_info(devkit8000_spi_board_info, |
804 | ARRAY_SIZE(devkit8000_spi_board_info)); | 798 | ARRAY_SIZE(devkit8000_spi_board_info)); |