diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-13 05:13:49 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-14 05:05:39 +0100 |
commit | b4d176bb7108853402b01a79fb122604e58fa732 (patch) | |
tree | a16434159c782c1ff983d5ae046aed20178f286d /src/northbridge | |
parent | 320647abdad1ea6cdceb834933507677020ea388 (diff) | |
download | coreboot-b4d176bb7108853402b01a79fb122604e58fa732.tar.xz |
northbridge/via/vx800/lpc.c: Remove unused variables
Change-Id: I1f94171173d0b3d672aebeb0dd901dd292028711
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/8199
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/via/vx800/lpc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/via/vx800/lpc.c b/src/northbridge/via/vx800/lpc.c index c2a8a1dd39..c3dee32188 100644 --- a/src/northbridge/via/vx800/lpc.c +++ b/src/northbridge/via/vx800/lpc.c @@ -39,9 +39,6 @@ static const unsigned char usbdevicePins[4] = { 'A', 'B', 'C', 'D' }; //only INT static const unsigned char sdioPins[4] = { 'A', 'B', 'C', 'D' }; //only INTA static const unsigned char sd_ms_ctrl_Pins[4] = { 'B', 'C', 'D', 'A' }; //only INTA static const unsigned char ce_ata_nf_ctrl_Pins[4] = { 'C', 'C', 'D', 'A' }; //only INTA -static const unsigned char idePins[4] = { 'B', 'C', 'D', 'A' }; //only INTA - -static const unsigned char usbPins[4] = { 'A', 'B', 'C', 'D' }; //all 4 static const unsigned char hdacaudioPins[4] = { 'B', 'C', 'D', 'A' }; //only INTA @@ -218,7 +215,6 @@ static void S3_ps2_kb_ms_wakeup(struct device *dev) outb(inb(VX800_ACPI_IO_BASE + 0x02) | 0x20, VX800_ACPI_IO_BASE + 0x02); //ACPI golabe enable for sci smi trigger outw(inw(VX800_ACPI_IO_BASE + 0x22) | 0x204, VX800_ACPI_IO_BASE + 0x22); //ACPI SCI on Internal KBC PME and mouse PME - } static void S3_usb_wakeup(struct device *dev) |