Drop unused and incorrect RTC_DEV for Winbond W83627EHG.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 18 Nov 2010 19:40:33 +0000 (19:40 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 18 Nov 2010 19:40:33 +0000 (19:40 +0000)
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6094 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/asus/a8v-e_deluxe/romstage.c
src/mainboard/asus/a8v-e_se/romstage.c
src/mainboard/msi/ms9282/romstage.c
src/mainboard/msi/ms9652_fam10/romstage.c

index aab0377592d06d77177ff98f8761e8d7cbcde8b8..1903adc97d13b5e9283ca53046314cab174a3dc1 100644 (file)
@@ -50,7 +50,6 @@ unsigned int get_sbdn(unsigned bus);
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
 #define GPIO_DEV PNP_DEV(0x2e, W83627EHG_GPIO_SUSLED)
 #define ACPI_DEV PNP_DEV(0x2e, W83627EHG_ACPI)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 static void memreset(int controllers, const struct mem_controller *ctrl)
 {
index aab0377592d06d77177ff98f8761e8d7cbcde8b8..1903adc97d13b5e9283ca53046314cab174a3dc1 100644 (file)
@@ -50,7 +50,6 @@ unsigned int get_sbdn(unsigned bus);
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
 #define GPIO_DEV PNP_DEV(0x2e, W83627EHG_GPIO_SUSLED)
 #define ACPI_DEV PNP_DEV(0x2e, W83627EHG_ACPI)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 static void memreset(int controllers, const struct mem_controller *ctrl)
 {
index cab92767e5dd14647f94c8805b107d3128b873f8..6ec9daab18ccdc0bda09d4a2c56e1e00528ffddb 100644 (file)
@@ -49,7 +49,6 @@
 #include "northbridge/amd/amdk8/setup_resource_map.c"
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 #include <device/pci_ids.h>
 #include "southbridge/nvidia/mcp55/mcp55_early_ctrl.c"
index 36509fc556f808ed4e197d88831ed0f6638893f4..91de47728345eae66ec0469abd1d0ad767b5993f 100644 (file)
@@ -55,7 +55,6 @@
 #include "northbridge/amd/amdfam10/setup_resource_map.c"
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
-#define RTC_DEV PNP_DEV(0x2e, W83627EHG_RTC)
 
 #include "southbridge/nvidia/mcp55/mcp55_early_ctrl.c"