diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/hypfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/hypfs/inode.c b/arch/s390/hypfs/inode.c index 7383781f3e6a..36313801cd5c 100644 --- a/arch/s390/hypfs/inode.c +++ b/arch/s390/hypfs/inode.c | |||
@@ -219,7 +219,7 @@ static int hypfs_release(struct inode *inode, struct file *filp) | |||
219 | 219 | ||
220 | enum { opt_uid, opt_gid, opt_err }; | 220 | enum { opt_uid, opt_gid, opt_err }; |
221 | 221 | ||
222 | static match_table_t hypfs_tokens = { | 222 | static const match_table_t hypfs_tokens = { |
223 | {opt_uid, "uid=%u"}, | 223 | {opt_uid, "uid=%u"}, |
224 | {opt_gid, "gid=%u"}, | 224 | {opt_gid, "gid=%u"}, |
225 | {opt_err, NULL} | 225 | {opt_err, NULL} |