diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-05-01 02:49:51 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-07-19 23:41:56 -0400 |
commit | f898f8dbcec4848cddb8c5be2d0affd75779ebe2 (patch) | |
tree | 3ebbce02c605d9fc49bec8b1f5b971facd2c2e67 /drivers/of | |
parent | f85ff3056cefdf4635ebf98b30e9a7d86521567f (diff) |
Begin consolidation of of_device.h
This just moves the common stuff from the arch of_device.h files to
linux/of_device.h.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Paul Mackerras <paulus@samba.org>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/device.c b/drivers/of/device.c index 7f233d77d62f..6245f060fb77 100644 --- a/drivers/of/device.c +++ b/drivers/of/device.c | |||
@@ -1,13 +1,13 @@ | |||
1 | #include <linux/string.h> | 1 | #include <linux/string.h> |
2 | #include <linux/kernel.h> | 2 | #include <linux/kernel.h> |
3 | #include <linux/of.h> | 3 | #include <linux/of.h> |
4 | #include <linux/of_device.h> | ||
4 | #include <linux/init.h> | 5 | #include <linux/init.h> |
5 | #include <linux/module.h> | 6 | #include <linux/module.h> |
6 | #include <linux/mod_devicetable.h> | 7 | #include <linux/mod_devicetable.h> |
7 | #include <linux/slab.h> | 8 | #include <linux/slab.h> |
8 | 9 | ||
9 | #include <asm/errno.h> | 10 | #include <asm/errno.h> |
10 | #include <asm/of_device.h> | ||
11 | 11 | ||
12 | /** | 12 | /** |
13 | * of_match_node - Tell if an device_node has a matching of_match structure | 13 | * of_match_node - Tell if an device_node has a matching of_match structure |