From fc13352f2ff674b2370f886d9b025f79608fe7c1 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Wed, 7 Jan 2015 15:55:32 +1100 Subject: mainboard/lenovo/x201/romstage.c: Remove unused function Function was orginally used for reverse engineering. Change-Id: I646dddd39e61b59358b29a49239c0a1de77c7e55 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/8158 Reviewed-by: Vladimir Serbinenko Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/x201/romstage.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index 64011b1f6e..624440a93e 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -167,11 +167,6 @@ static inline u32 read_acpi32(u32 addr) return inl(DEFAULT_PMBASE | addr); } -static inline u16 read_acpi16(u32 addr) -{ - return inw(DEFAULT_PMBASE | addr); -} - static void set_fsb_frequency(void) { u8 block[5]; -- cgit v1.2.3