summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2011-05-23 17:41:51 -0700
committerSimon Glass <sjg@chromium.org>2011-08-24 10:01:52 -0700
commite63a30e7f480391a746650e19dc04a2c9fb32c47 (patch)
tree96526b7ec9dcf056661ac6163f012a388353386a /arch
parent67f48f6d0747f772756120d50a9af0ade28bdc3a (diff)
Move the SC520 specific pci.h header into an sc520 directory.
The arch/i386/include/asm/ic/pci.h header file include definitions which were not generic to i386 and where specifically for SC520. This change moves that header into a directory which more accurately reflects that. BUG=chrome-os-partner:3905 TEST=Built coreboot u-boot. Signed-off-by: Gabe Black <gabeblack@google.com> Change-Id: Icb4774f5c8d280904bbe1fa5cba42bdce002fcc0 Reviewed-on: http://gerrit.chromium.org/gerrit/2016 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/cpu/sc520/sc520_pci.c2
-rw-r--r--arch/x86/include/asm/ic/sc520/pci.h (renamed from arch/x86/include/asm/ic/pci.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/sc520/sc520_pci.c b/arch/x86/cpu/sc520/sc520_pci.c
index 8cd7ffecdb6..6930a81cd56 100644
--- a/arch/x86/cpu/sc520/sc520_pci.c
+++ b/arch/x86/cpu/sc520/sc520_pci.c
@@ -28,7 +28,7 @@
#include <pci.h>
#include <asm/io.h>
#include <asm/pci.h>
-#include <asm/ic/pci.h>
+#include <asm/ic/sc520/pci.h>
#include <asm/ic/sc520.h>
static struct {
diff --git a/arch/x86/include/asm/ic/pci.h b/arch/x86/include/asm/ic/sc520/pci.h
index 2e4376b9b03..2e4376b9b03 100644
--- a/arch/x86/include/asm/ic/pci.h
+++ b/arch/x86/include/asm/ic/sc520/pci.h