aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/of_device.h')
-rw-r--r--include/linux/of_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_device.h b/include/linux/of_device.h
index e11a0be7893a..35aa44ad9f2c 100644
--- a/include/linux/of_device.h
+++ b/include/linux/of_device.h
@@ -27,6 +27,7 @@
27 27
28extern const struct of_device_id *of_match_device( 28extern const struct of_device_id *of_match_device(
29 const struct of_device_id *matches, const struct device *dev); 29 const struct of_device_id *matches, const struct device *dev);
30extern void of_device_make_bus_id(struct device *dev);
30 31
31/** 32/**
32 * of_driver_match_device - Tell if a driver's of_match_table matches a device. 33 * of_driver_match_device - Tell if a driver's of_match_table matches a device.