diff options
Diffstat (limited to 'drivers/usb/gadget/inode.c')
| -rw-r--r-- | drivers/usb/gadget/inode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/gadget/inode.c b/drivers/usb/gadget/inode.c index b44cfda76b61..3f618ce6998d 100644 --- a/drivers/usb/gadget/inode.c +++ b/drivers/usb/gadget/inode.c | |||
| @@ -1581,7 +1581,7 @@ restart: | |||
| 1581 | 1581 | ||
| 1582 | static struct inode * | 1582 | static struct inode * |
| 1583 | gadgetfs_create_file (struct super_block *sb, char const *name, | 1583 | gadgetfs_create_file (struct super_block *sb, char const *name, |
| 1584 | void *data, struct file_operations *fops, | 1584 | void *data, const struct file_operations *fops, |
| 1585 | struct dentry **dentry_p); | 1585 | struct dentry **dentry_p); |
| 1586 | 1586 | ||
| 1587 | static int activate_ep_files (struct dev_data *dev) | 1587 | static int activate_ep_files (struct dev_data *dev) |
| @@ -1955,7 +1955,7 @@ module_param (default_perm, uint, 0644); | |||
| 1955 | 1955 | ||
| 1956 | static struct inode * | 1956 | static struct inode * |
| 1957 | gadgetfs_make_inode (struct super_block *sb, | 1957 | gadgetfs_make_inode (struct super_block *sb, |
| 1958 | void *data, struct file_operations *fops, | 1958 | void *data, const struct file_operations *fops, |
| 1959 | int mode) | 1959 | int mode) |
| 1960 | { | 1960 | { |
| 1961 | struct inode *inode = new_inode (sb); | 1961 | struct inode *inode = new_inode (sb); |
| @@ -1979,7 +1979,7 @@ gadgetfs_make_inode (struct super_block *sb, | |||
| 1979 | */ | 1979 | */ |
| 1980 | static struct inode * | 1980 | static struct inode * |
| 1981 | gadgetfs_create_file (struct super_block *sb, char const *name, | 1981 | gadgetfs_create_file (struct super_block *sb, char const *name, |
| 1982 | void *data, struct file_operations *fops, | 1982 | void *data, const struct file_operations *fops, |
| 1983 | struct dentry **dentry_p) | 1983 | struct dentry **dentry_p) |
| 1984 | { | 1984 | { |
| 1985 | struct dentry *dentry; | 1985 | struct dentry *dentry; |
