diff options
Diffstat (limited to 'include/hotplug.h')
-rw-r--r-- | include/hotplug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hotplug.h b/include/hotplug.h index c4268a0c4..b2c0d78a5 100644 --- a/include/hotplug.h +++ b/include/hotplug.h @@ -88,7 +88,7 @@ config_odev_free_attributes(struct OdevAttributes *attribs); /* Minor number of the device node pointed to by ODEV_ATTRIB_PATH */ #define ODEV_ATTRIB_MINOR 6 /* kernel driver name */ -#define ODEV_ATTRIB_DRIVER 4 +#define ODEV_ATTRIB_DRIVER 7 typedef void (*config_odev_probe_proc_ptr)(struct OdevAttributes *attribs); void config_odev_probe(config_odev_probe_proc_ptr probe_callback); |