From 413e3da8c039360079c0c6a93f28456d0d80ff76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 3 Feb 2015 08:05:55 +0200 Subject: nvidia/ck804: Fix redundant configuration defines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All code must agree on PCI enumeration for the CK804 device, define these only once. The definition in enable_usbdebug.c was different and was assumed incorrect. Change-Id: I7d25c145afbad41db81a6b9b4f3956ad50fcb9f2 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/8339 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Timothy Pearson Reviewed-by: Alexandru Gagniuc --- src/southbridge/nvidia/ck804/ht.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/nvidia/ck804/ht.c') diff --git a/src/southbridge/nvidia/ck804/ht.c b/src/southbridge/nvidia/ck804/ht.c index f5ea2498c7..83b29b1218 100644 --- a/src/southbridge/nvidia/ck804/ht.c +++ b/src/southbridge/nvidia/ck804/ht.c @@ -23,8 +23,8 @@ #include #include #include -#include "ck804.h" #include +#include "chip.h" #if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES) -- cgit v1.2.3