diff options
Diffstat (limited to 'arch/sparc/kernel/apc.c')
-rw-r--r-- | arch/sparc/kernel/apc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/apc.c b/arch/sparc/kernel/apc.c index 406dd94afb45..d06a405ca718 100644 --- a/arch/sparc/kernel/apc.c +++ b/arch/sparc/kernel/apc.c | |||
@@ -127,7 +127,7 @@ static int apc_ioctl(struct inode *inode, struct file *f, | |||
127 | return 0; | 127 | return 0; |
128 | } | 128 | } |
129 | 129 | ||
130 | static struct file_operations apc_fops = { | 130 | static const struct file_operations apc_fops = { |
131 | .ioctl = apc_ioctl, | 131 | .ioctl = apc_ioctl, |
132 | .open = apc_open, | 132 | .open = apc_open, |
133 | .release = apc_release, | 133 | .release = apc_release, |