Commit a85cfdae authored by Al Viro's avatar Al Viro

switch miscdevice to umode_t

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c6684b26
......@@ -54,7 +54,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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment