diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-01-01 22:25:19 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-01-26 07:16:28 +0300 |
commit | 92fc41c3a612d27521241e2a550d938520fce0d6 (patch) | |
tree | 987663321759621d1ee4c8aa016f1aebf77444e8 /drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h | |
parent | f4a4a8b1252a08b60cde66a6622bbca4a7f4af2e (diff) | |
download | linux-92fc41c3a612d27521241e2a550d938520fce0d6.tar.xz |
mode_t whack-a-mole: chelsio
it's umode_t, damnit...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h index a3d8867efd3d..cc1d25508924 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h @@ -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; }; |