summaryrefslogtreecommitdiff
path: root/include/asm-powerpc/dcr.h
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 /include/asm-powerpc/dcr.h
parent4297c9869b3452860f1a2c588d43f9e62c701019 (diff)
[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 'include/asm-powerpc/dcr.h')
-rw-r--r--include/asm-powerpc/dcr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/dcr.h b/include/asm-powerpc/dcr.h
index b66c5e6941f0..9338d50538f1 100644
--- a/include/asm-powerpc/dcr.h
+++ b/include/asm-powerpc/dcr.h
@@ -33,6 +33,7 @@
* base from the device-tree
*/
#ifdef CONFIG_PPC_MERGE
+struct device_node;
extern unsigned int dcr_resource_start(struct device_node *np,
unsigned int index);
extern unsigned int dcr_resource_len(struct device_node *np,