summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-07-20 13:54:38 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-07-20 13:54:38 +1000
commit30dd8def9cb60a5bbabf20fbb2f4740aeecdb46c (patch)
tree05cbcd4fb222bbf1d5666875914586841d2bb121 /include/asm-generic
parent427e8884897325d9bb4258cfe60007488a64427c (diff)
parentc54bd90cfa2399f4ca81e28147b3bac732cdbca3 (diff)
Merge commit 'suspend/linux-next'
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-generic/device.h b/include/asm-generic/device.h
index c17c9600f220..d7c76bba640d 100644
--- a/include/asm-generic/device.h
+++ b/include/asm-generic/device.h
@@ -9,4 +9,7 @@
struct dev_archdata {
};
+struct pdev_archdata {
+};
+
#endif /* _ASM_GENERIC_DEVICE_H */