From 413e3da8c039360079c0c6a93f28456d0d80ff76 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki 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/ac97.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/nvidia/ck804/ac97.c') diff --git a/src/southbridge/nvidia/ck804/ac97.c b/src/southbridge/nvidia/ck804/ac97.c index 8b0e0bb1e2..f7feb4eb1c 100644 --- a/src/southbridge/nvidia/ck804/ac97.c +++ b/src/southbridge/nvidia/ck804/ac97.c @@ -23,7 +23,7 @@ #include #include #include -#include "ck804.h" +#include "chip.h" static struct device_operations ac97audio_ops = { .read_resources = pci_dev_read_resources, -- cgit v1.2.3