linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / mach-omap1 / board-palmte.c
index 4bc8a62..e488f72 100644 (file)
@@ -38,15 +38,6 @@ static void __init omap_generic_init_irq(void)
        omap_init_irq();
 }
 
-static struct platform_device palmte_lcd_device = {
-       .name           = "lcd_palmte",
-       .id             = -1,
-};
-
-static struct platform_device *devices[] __initdata = {
-       &palmte_lcd_device,
-};
-
 static struct omap_usb_config palmte_usb_config __initdata = {
        .register_dev   = 1,
        .hmc_mode       = 0,
@@ -64,6 +55,7 @@ static struct omap_mmc_config palmte_mmc_config __initdata = {
 };
 
 static struct omap_lcd_config palmte_lcd_config __initdata = {
+       .panel_name     = "palmte",
        .ctrl_name      = "internal",
 };
 
@@ -77,8 +69,6 @@ static void __init omap_generic_init(void)
 {
        omap_board_config = palmte_config;
        omap_board_config_size = ARRAY_SIZE(palmte_config);
-
-       platform_add_devices(devices, ARRAY_SIZE(devices));
 }
 
 static void __init omap_generic_map_io(void)