diff options
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/debug.c')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/debug.c b/drivers/net/wireless/ath/carl9170/debug.c index de57f90e1d5f..3c164226687f 100644 --- a/drivers/net/wireless/ath/carl9170/debug.c +++ b/drivers/net/wireless/ath/carl9170/debug.c | |||
@@ -56,7 +56,7 @@ static int carl9170_debugfs_open(struct inode *inode, struct file *file) | |||
56 | 56 | ||
57 | struct carl9170_debugfs_fops { | 57 | struct carl9170_debugfs_fops { |
58 | unsigned int read_bufsize; | 58 | unsigned int read_bufsize; |
59 | mode_t attr; | 59 | umode_t attr; |
60 | char *(*read)(struct ar9170 *ar, char *buf, size_t bufsize, | 60 | char *(*read)(struct ar9170 *ar, char *buf, size_t bufsize, |
61 | ssize_t *len); | 61 | ssize_t *len); |
62 | ssize_t (*write)(struct ar9170 *aru, const char *buf, size_t size); | 62 | ssize_t (*write)(struct ar9170 *aru, const char *buf, size_t size); |