summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 16:11:32 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 12:08:17 +0800
commit1a9dd221c679705b131b160b6342f218ea71bd96 (patch)
tree99b5bc2eda27ad7ad3d0fa9544993851e1f9db05 /arch/x86/include
parent9ed781a6ffba48d75b3ae0a0058ca439b8e178c2 (diff)
downloadblackbird-obmc-uboot-1a9dd221c679705b131b160b6342f218ea71bd96.tar.gz
blackbird-obmc-uboot-1a9dd221c679705b131b160b6342f218ea71bd96.zip
x86: ivybridge: Use driver model PCI API in bd82x6x.c
Adjust most of the remaining functions in this file to use the driver model PCI API. The one remaining function is bridge_silicon_revision() which will need a little more work. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/arch-ivybridge/sandybridge.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/sandybridge.h b/arch/x86/include/asm/arch-ivybridge/sandybridge.h
index c9605258b5..af8a9f742a 100644
--- a/arch/x86/include/asm/arch-ivybridge/sandybridge.h
+++ b/arch/x86/include/asm/arch-ivybridge/sandybridge.h
@@ -110,9 +110,6 @@
int bridge_silicon_revision(void);
-void northbridge_enable(pci_dev_t dev);
-void northbridge_init(pci_dev_t dev);
-
void report_platform_info(void);
void sandybridge_early_init(int chipset_type);
OpenPOWER on IntegriCloud