summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-06-09 13:50:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-06-09 13:50:25 -0700
commitdfb863a714b81848504d3b73ca0ecae90b91cbc0 (patch)
tree7a51963defa6222079143684fceb91f4d7883808 /arch/powerpc/include
parent461df4ded3a143f09f9d0e870e7b16b787dc0591 (diff)
parent307cfe715344e15eda12dad3bb14f794115ca823 (diff)
downloadlinux-3.10-dfb863a714b81848504d3b73ca0ecae90b91cbc0.tar.gz
linux-3.10-dfb863a714b81848504d3b73ca0ecae90b91cbc0.tar.bz2
linux-3.10-dfb863a714b81848504d3b73ca0ecae90b91cbc0.zip
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: powerpc: Force page alignment for initrd reserved memory dtc/powerpc: remove obsolete .gitignore entries powerpc/85xx: fix race bug of calling request_irq after enable elbc interrupts powerpc/book3e: Fix CPU feature handling on e5500 in 32-bit mode powerpc/fsl_rio: Fix compile error when CONFIG_FSL_RIO not set
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/rio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/rio.h b/arch/powerpc/include/asm/rio.h
index d902abd3399..b1d2deceeed 100644
--- a/arch/powerpc/include/asm/rio.h
+++ b/arch/powerpc/include/asm/rio.h
@@ -14,7 +14,7 @@
#define ASM_PPC_RIO_H
extern void platform_rio_init(void);
-#ifdef CONFIG_RAPIDIO
+#ifdef CONFIG_FSL_RIO
extern int fsl_rio_mcheck_exception(struct pt_regs *);
#else
static inline int fsl_rio_mcheck_exception(struct pt_regs *regs) {return 0; }