From 11f3443db67e275c3a16767ba9a19eb1bb0d88be Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 26 May 2016 11:21:02 +0300 Subject: AMD boards: Drop comment on include file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The included file does not declare pm_ioread(), and the modified file does not call it either. Change-Id: I9723caf1062db23b4a3648e07c2dc4c02f862619 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/14968 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/amd/thatcher/mptable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd/thatcher/mptable.c') diff --git a/src/mainboard/amd/thatcher/mptable.c b/src/mainboard/amd/thatcher/mptable.c index ecc6959c1b..797f679105 100644 --- a/src/mainboard/amd/thatcher/mptable.c +++ b/src/mainboard/amd/thatcher/mptable.c @@ -23,7 +23,7 @@ #include #include #include -#include "southbridge/amd/agesa/hudson/hudson.h" /* pm_ioread() */ +#include "southbridge/amd/agesa/hudson/hudson.h" u8 picr_data[] = { 0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x0A,0xF1,0x00,0x00,0x1F,0x1F,0x1F,0x1F, -- cgit v1.2.3