summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_f4x
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-12 14:45:02 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-12 21:57:11 +0100
commit2c78726897055553c362de37cf0aad25bd67cba3 (patch)
treead42864abbf7e4267d02191d95a0a1fff0e66bb1 /src/cpu/intel/model_f4x
parent318066fbc1c53d0686bde6626a406c039ec0b8f3 (diff)
downloadcoreboot-2c78726897055553c362de37cf0aad25bd67cba3.tar.gz
coreboot-2c78726897055553c362de37cf0aad25bd67cba3.tar.bz2
coreboot-2c78726897055553c362de37cf0aad25bd67cba3.zip
PCI: Drop includes under cpu
The files affected do not make any PCI configuration calls. If they did, the more correct includes would be pci_ops.h, pci_defs.h and pci_ids.h. Change-Id: I3e7f009371be6ea50318eaabf0c15500cb3f1210 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5200 Reviewed-by: Aaron Durbin <adurbin@google.com> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/intel/model_f4x')
-rw-r--r--src/cpu/intel/model_f4x/model_f4x_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/model_f4x/model_f4x_init.c b/src/cpu/intel/model_f4x/model_f4x_init.c
index 80d7dc805683..260b60ac9c65 100644
--- a/src/cpu/intel/model_f4x/model_f4x_init.c
+++ b/src/cpu/intel/model_f4x/model_f4x_init.c
@@ -1,6 +1,5 @@
#include <console/console.h>
#include <device/device.h>
-#include <device/pci.h>
#include <string.h>
#include <cpu/cpu.h>
#include <cpu/x86/mtrr.h>