]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/of_device.h
[POWERPC] Move of_device_get_modalias to drivers/of
[linux-2.6-omap-h63xx.git] / include / linux / of_device.h
index afe338217d91cc0b3e0166c0d9511970f4401871..d3a74e00a3e13455b7ad7f6eec81d58727e40386 100644 (file)
@@ -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 */