aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 575c5a35ece5..d2acc78d279b 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -339,6 +339,8 @@ struct device *driver_find_device(struct device_driver *drv,
339 struct device *start, void *data, 339 struct device *start, void *data,
340 int (*match)(struct device *dev, void *data)); 340 int (*match)(struct device *dev, void *data));
341 341
342int driver_deferred_probe_check_state(struct device *dev);
343
342/** 344/**
343 * struct subsys_interface - interfaces to device functions 345 * struct subsys_interface - interfaces to device functions
344 * @name: name of the device function 346 * @name: name of the device function