MAINTAINERS: clk framework git tree moved to kernel.org
[sfrench/cifs-2.6.git] / include / linux / device.h
index a608e237f0a854c6312bb70f1fcd46c4c57da44c..ce1f21608b168f9b1f1759f5f4eefd4c4d4beae5 100644 (file)
@@ -181,13 +181,14 @@ extern int bus_unregister_notifier(struct bus_type *bus,
  * with the device lock held in the core, so be careful.
  */
 #define BUS_NOTIFY_ADD_DEVICE          0x00000001 /* device added */
-#define BUS_NOTIFY_DEL_DEVICE          0x00000002 /* device removed */
-#define BUS_NOTIFY_BIND_DRIVER         0x00000003 /* driver about to be
+#define BUS_NOTIFY_DEL_DEVICE          0x00000002 /* device to be removed */
+#define BUS_NOTIFY_REMOVED_DEVICE      0x00000003 /* device removed */
+#define BUS_NOTIFY_BIND_DRIVER         0x00000004 /* driver about to be
                                                      bound */
-#define BUS_NOTIFY_BOUND_DRIVER                0x00000004 /* driver bound to device */
-#define BUS_NOTIFY_UNBIND_DRIVER       0x00000005 /* driver about to be
+#define BUS_NOTIFY_BOUND_DRIVER                0x00000005 /* driver bound to device */
+#define BUS_NOTIFY_UNBIND_DRIVER       0x00000006 /* driver about to be
                                                      unbound */
-#define BUS_NOTIFY_UNBOUND_DRIVER      0x00000006 /* driver is unbound
+#define BUS_NOTIFY_UNBOUND_DRIVER      0x00000007 /* driver is unbound
                                                      from the device */
 
 extern struct kset *bus_get_kset(struct bus_type *bus);