diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-01-01 14:25:19 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-01-25 23:16:28 -0500 |
commit | 92fc41c3a612d27521241e2a550d938520fce0d6 (patch) | |
tree | 987663321759621d1ee4c8aa016f1aebf77444e8 /drivers/net/ethernet/chelsio/cxgb4 | |
parent | f4a4a8b1252a08b60cde66a6622bbca4a7f4af2e (diff) |
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')
-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 a3d8867efd3..cc1d2550892 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; }; |