From 11f3443db67e275c3a16767ba9a19eb1bb0d88be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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/bettong/mptable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd/bettong') diff --git a/src/mainboard/amd/bettong/mptable.c b/src/mainboard/amd/bettong/mptable.c index d77d7e9ab7..1c74ae5359 100644 --- a/src/mainboard/amd/bettong/mptable.c +++ b/src/mainboard/amd/bettong/mptable.c @@ -23,7 +23,7 @@ #include #include #include -#include "southbridge/amd/pi/hudson/hudson.h" /* pm_ioread() */ +#include "southbridge/amd/pi/hudson/hudson.h" #include static void smp_add_mpc_entry(struct mp_config_table *mc, unsigned length) -- cgit v1.2.3