From 24f324cb855b77db17b543feed72a03da0e06bc6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 18 Nov 2010 19:40:33 +0000 Subject: Drop unused and incorrect RTC_DEV for Winbond W83627EHG. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6094 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/a8v-e_se/romstage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/asus/a8v-e_se') diff --git a/src/mainboard/asus/a8v-e_se/romstage.c b/src/mainboard/asus/a8v-e_se/romstage.c index aab0377592..1903adc97d 100644 --- a/src/mainboard/asus/a8v-e_se/romstage.c +++ b/src/mainboard/asus/a8v-e_se/romstage.c @@ -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) { -- cgit v1.2.3