Commit 92fc41c3 authored by Al Viro's avatar Al Viro

mode_t whack-a-mole: chelsio

it's umode_t, damnit...
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f4a4a8b1
......@@ -40,7 +40,7 @@
struct t4_debugfs_entry {
const char *name;
const struct file_operations *ops;
mode_t mode;
umode_t mode;
unsigned char data;
};
......
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