diff options
Diffstat (limited to 'fs/ncpfs/file.c')
| -rw-r--r-- | fs/ncpfs/file.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ncpfs/file.c b/fs/ncpfs/file.c index ebdad8f6398f..e6b7c67cf057 100644 --- a/fs/ncpfs/file.c +++ b/fs/ncpfs/file.c  | |||
| @@ -283,7 +283,7 @@ static int ncp_release(struct inode *inode, struct file *file) { | |||
| 283 | return 0; | 283 | return 0; | 
| 284 | } | 284 | } | 
| 285 | 285 | ||
| 286 | struct file_operations ncp_file_operations = | 286 | const struct file_operations ncp_file_operations = | 
| 287 | { | 287 | { | 
| 288 | .llseek = remote_llseek, | 288 | .llseek = remote_llseek, | 
| 289 | .read = ncp_file_read, | 289 | .read = ncp_file_read, | 
