aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/ac97.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2015-02-03 08:05:55 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-02-16 23:14:02 +0100
commit413e3da8c039360079c0c6a93f28456d0d80ff76 (patch)
treea614af76dbe7e4d28a058378a6cff0d47409fe13 /src/southbridge/nvidia/ck804/ac97.c
parentfacf0b93615bb0b5680ef80dcf1680bec337d69f (diff)
nvidia/ck804: Fix redundant configuration defines
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 <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/8339 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/southbridge/nvidia/ck804/ac97.c')
-rw-r--r--src/southbridge/nvidia/ck804/ac97.c2
1 files changed, 1 insertions, 1 deletions
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 <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
-#include "ck804.h"
+#include "chip.h"
static struct device_operations ac97audio_ops = {
.read_resources = pci_dev_read_resources,