diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-28 02:30:40 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-28 02:30:40 -0400 |
commit | d65d830ca06040ffe6a35ce7cb06ee642ddbd6a8 (patch) | |
tree | 27cda8b58a24eb8b1acdc3c14f902b90ab3d9eb1 /include/linux/of.h | |
parent | 837b41b5de356aa67abb2cadb5eef3efc7776f91 (diff) | |
parent | 284b01897340974000bcc84de87a4e1becc8a83d (diff) |
Merge commit 'gcl/gcl-next'
Diffstat (limited to 'include/linux/of.h')
-rw-r--r-- | include/linux/of.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of.h b/include/linux/of.h index 59a61bdc98b6..79886ade070f 100644 --- a/include/linux/of.h +++ b/include/linux/of.h | |||
@@ -70,5 +70,6 @@ extern int of_n_addr_cells(struct device_node *np); | |||
70 | extern int of_n_size_cells(struct device_node *np); | 70 | extern int of_n_size_cells(struct device_node *np); |
71 | extern const struct of_device_id *of_match_node( | 71 | extern const struct of_device_id *of_match_node( |
72 | const struct of_device_id *matches, const struct device_node *node); | 72 | const struct of_device_id *matches, const struct device_node *node); |
73 | extern int of_modalias_node(struct device_node *node, char *modalias, int len); | ||
73 | 74 | ||
74 | #endif /* _LINUX_OF_H */ | 75 | #endif /* _LINUX_OF_H */ |