]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/of_device.h
vfs: remove unused MNT_STRICTATIME
[karo-tx-linux.git] / include / linux / of_device.h
index e11a0be7893afde1fa25eef52086cac6b23cd63d..35aa44ad9f2cb21b7ce2422dfbae2fc296aba7cc 100644 (file)
@@ -27,6 +27,7 @@
 
 extern const struct of_device_id *of_match_device(
        const struct of_device_id *matches, const struct device *dev);
+extern void of_device_make_bus_id(struct device *dev);
 
 /**
  * of_driver_match_device - Tell if a driver's of_match_table matches a device.