summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-01-08 01:11:49 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-01-08 01:11:49 +0100
commitc4e4d631feb3be4ddf885e647127fddebb450334 (patch)
tree72b38ba229ab010d131f583ef67cb792a23f0280 /include
parent4295733eee4e69eda432d95765b7762dc6013271 (diff)
parentd35818a9153e7f230fd65dc935e001a1b9bc08ff (diff)
downloadlinux-stable-c4e4d631feb3be4ddf885e647127fddebb450334.tar.gz
linux-stable-c4e4d631feb3be4ddf885e647127fddebb450334.tar.bz2
linux-stable-c4e4d631feb3be4ddf885e647127fddebb450334.zip
Merge branch 'acpi-soc' into pm-core
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index b8f411b57dcb..f627ba20a46c 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -191,6 +191,7 @@ extern int bus_unregister_notifier(struct bus_type *bus,
unbound */
#define BUS_NOTIFY_UNBOUND_DRIVER 0x00000007 /* driver is unbound
from the device */
+#define BUS_NOTIFY_DRIVER_NOT_BOUND 0x00000008 /* driver fails to be bound */
extern struct kset *bus_get_kset(struct bus_type *bus);
extern struct klist *bus_get_device_klist(struct bus_type *bus);