Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / drivers / net / ethernet / chelsio / cxgb4 / cxgb4_debugfs.h
index b63cfee2d96393b3fb4685adbd0afa817d41f226..8f418ba868bd4887f97a56f48c243dd93fd14b4f 100644 (file)
@@ -55,7 +55,7 @@ static const struct file_operations name##_debugfs_fops = { \
 struct t4_debugfs_entry {
        const char *name;
        const struct file_operations *ops;
-       mode_t mode;
+       umode_t mode;
        unsigned char data;
 };