Skip to content

Commit

Permalink
switch miscdevice to umode_t
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent c6684b2 commit a85cfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/miscdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a85cfda

Please sign in to comment.