summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-08-10 16:33:26 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-08-10 16:33:26 +1000
commit323829fa0cd243197a4c19a9c33eed9a3a03fab6 (patch)
tree7dccc05cf222eec61cacd27e6fd923867395a0f0 /arch/powerpc
parent6eb6a4c2d1bf251a7262fac9a20c95c8ebd4e0e5 (diff)
parentff4e75e8d6eb9b0aeffb4c4cffa6ff21eecea8fe (diff)
Merge commit 'suspend/linux-next'
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h
index 7d2277cef09a..e3e06e0f7fc0 100644
--- a/arch/powerpc/include/asm/device.h
+++ b/arch/powerpc/include/asm/device.h
@@ -30,4 +30,7 @@ dev_archdata_get_node(const struct dev_archdata *ad)
return ad->of_node;
}
+struct pdev_archdata {
+};
+
#endif /* _ASM_POWERPC_DEVICE_H */