summaryrefslogtreecommitdiff
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-01-20 12:10:09 +0100
committerTakashi Iwai <tiwai@suse.de>2012-01-20 12:10:09 +0100
commiteefad7fd53eae2eb8d1e205b1d3a18f67e4e6b46 (patch)
tree497ef1a21d90c63ac2e4ca6389c0844d0d72b0a8 /include/linux/miscdevice.h
parentb9ecc4ee28a5ff5b3997da247cd9df1320c602a9 (diff)
parentac9ef6cf9196107115930e9fc66207199ef395b3 (diff)
Merge branch 'topic/convert-bint' into topic/hda
Merge the conversions to bint module option type.
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r--include/linux/miscdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
index c41d7270c6c6..0549d2115507 100644
--- a/include/linux/miscdevice.h
+++ b/include/linux/miscdevice.h
@@ -42,6 +42,7 @@
#define AUTOFS_MINOR 235
#define MAPPER_CTRL_MINOR 236
#define LOOP_CTRL_MINOR 237
+#define VHOST_NET_MINOR 238
#define MISC_DYNAMIC_MINOR 255
struct device;
@@ -54,7 +55,7 @@ struct miscdevice {
struct device *parent;
struct device *this_device;
const char *nodename;
- mode_t mode;
+ umode_t mode;
};
extern int misc_register(struct miscdevice * misc);