diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-05 23:22:17 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-05 23:22:17 -0400 |
commit | 2e686bc3bf6268e30eb9584e0bcd43b7bec28f3b (patch) | |
tree | ec000e3c6528e3edfcd0e03a3950ffee909ae8c6 /include | |
parent | 187a00679ad51dfb3d3e74620217417102784218 (diff) |
powerpc: Merge of_device.c and of_device.h
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/of_device.h (renamed from include/asm-ppc/of_device.h) | 7 | ||||
-rw-r--r-- | include/asm-ppc64/of_device.h | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/include/asm-ppc/of_device.h b/include/asm-powerpc/of_device.h index 575bce418f80..ddb16aae0bd6 100644 --- a/include/asm-ppc/of_device.h +++ b/include/asm-powerpc/of_device.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef __OF_DEVICE_H__ | 1 | #ifndef _ASM_POWERPC_OF_DEVICE_H |
2 | #define __OF_DEVICE_H__ | 2 | #define _ASM_POWERPC_OF_DEVICE_H |
3 | 3 | ||
4 | #include <linux/device.h> | 4 | #include <linux/device.h> |
5 | #include <linux/mod_devicetable.h> | 5 | #include <linux/mod_devicetable.h> |
@@ -61,5 +61,4 @@ extern struct of_device *of_platform_device_create(struct device_node *np, | |||
61 | struct device *parent); | 61 | struct device *parent); |
62 | extern void of_release_dev(struct device *dev); | 62 | extern void of_release_dev(struct device *dev); |
63 | 63 | ||
64 | #endif /* __OF_DEVICE_H__ */ | 64 | #endif /* _ASM_POWERPC_OF_DEVICE_H */ |
65 | |||
diff --git a/include/asm-ppc64/of_device.h b/include/asm-ppc64/of_device.h deleted file mode 100644 index 7bc136e22590..000000000000 --- a/include/asm-ppc64/of_device.h +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | #include <asm-ppc/of_device.h> | ||
2 | |||