aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2011-05-23 21:04:46 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-02 14:32:37 -0700
commitcfe3af5dde34a019c1bd2485b1dc0f2d7a326ccd (patch)
treeefd967bcf69740b6960811871321658b5acb9db9 /arch/sparc/include
parent1fa7b6a29c61358cc2ca6f64cef4aa0e1a7ca74c (diff)
downloadkernel_samsung_smdk4412-cfe3af5dde34a019c1bd2485b1dc0f2d7a326ccd.tar.gz
kernel_samsung_smdk4412-cfe3af5dde34a019c1bd2485b1dc0f2d7a326ccd.tar.bz2
kernel_samsung_smdk4412-cfe3af5dde34a019c1bd2485b1dc0f2d7a326ccd.zip
sparc32: added CONFIG_PCIC_PCI Kconfig setting
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r--arch/sparc/include/asm/pcic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/pcic.h b/arch/sparc/include/asm/pcic.h
index 7eb5d78f521..6676cbcc8b6 100644
--- a/arch/sparc/include/asm/pcic.h
+++ b/arch/sparc/include/asm/pcic.h
@@ -29,7 +29,7 @@ struct linux_pcic {
int pcic_imdim;
};
-#ifdef CONFIG_PCI
+#ifdef CONFIG_PCIC_PCI
extern int pcic_present(void);
extern int pcic_probe(void);
extern void pci_time_init(void);