projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ACPI/PCI: include missing acpi.h file in pci-acpi.h.
[linux-2.6]
/
include
/
linux
/
of_device.h
diff --git
a/include/linux/of_device.h
b/include/linux/of_device.h
index
afe3382
..
d3a74e0
100644
(file)
--- a/
include/linux/of_device.h
+++ b/
include/linux/of_device.h
@@
-24,4
+24,7
@@
static inline void of_device_free(struct of_device *dev)
of_release_dev(&dev->dev);
}
+extern ssize_t of_device_get_modalias(struct of_device *ofdev,
+ char *str, ssize_t len);
+
#endif /* _LINUX_OF_DEVICE_H */