aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-02-06 11:48:28 +1100
committerPaul Mackerras <paulus@samba.org>2007-02-07 14:03:23 +1100
commita2c70211fa072f4076f0e59f909b69105f69072e (patch)
tree7e676b3bdb44a2e30a9891b7dd19923c1624f47c /arch/ppc/kernel/ppc_ksyms.c
parent[POWERPC] Maple: use mmio nvram (diff)
downloadlinux-dev-a2c70211fa072f4076f0e59f909b69105f69072e.tar.xz
linux-dev-a2c70211fa072f4076f0e59f909b69105f69072e.zip
[POWERPC] Compile fixes for arch/powerpc dcr code
The new dcr code does not currently compile when configured for native DCR access on ARCH=powerpc. This patch fixes the problems. Signed-off-by: David Gibson <dwg@au1.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/kernel/ppc_ksyms.c')
-rw-r--r--arch/ppc/kernel/ppc_ksyms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
index c8b65ca8a350..1f49503317cb 100644
--- a/arch/ppc/kernel/ppc_ksyms.c
+++ b/arch/ppc/kernel/ppc_ksyms.c
@@ -43,6 +43,7 @@
#include <asm/div64.h>
#include <asm/xmon.h>
#include <asm/signal.h>
+#include <asm/dcr.h>
#ifdef CONFIG_8xx
#include <asm/commproc.h>