These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / linux / miscdevice.h
index 819077c..5430374 100644 (file)
@@ -49,6 +49,7 @@
 #define LOOP_CTRL_MINOR                237
 #define VHOST_NET_MINOR                238
 #define UHID_MINOR             239
+#define USERIO_MINOR           240
 #define MISC_DYNAMIC_MINOR     255
 
 struct device;
@@ -67,7 +68,7 @@ struct miscdevice  {
 };
 
 extern int misc_register(struct miscdevice *misc);
-extern int misc_deregister(struct miscdevice *misc);
+extern void misc_deregister(struct miscdevice *misc);
 
 #define MODULE_ALIAS_MISCDEV(minor)                            \
        MODULE_ALIAS("char-major-" __stringify(MISC_MAJOR)      \