diff options
Diffstat (limited to 'kernel/futex.c')
-rw-r--r-- | kernel/futex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/futex.c b/kernel/futex.c index a8302a1620ea..95989a3b4168 100644 --- a/kernel/futex.c +++ b/kernel/futex.c | |||
@@ -1492,7 +1492,7 @@ static unsigned int futex_poll(struct file *filp, | |||
1492 | return ret; | 1492 | return ret; |
1493 | } | 1493 | } |
1494 | 1494 | ||
1495 | static struct file_operations futex_fops = { | 1495 | static const struct file_operations futex_fops = { |
1496 | .release = futex_close, | 1496 | .release = futex_close, |
1497 | .poll = futex_poll, | 1497 | .poll = futex_poll, |
1498 | }; | 1498 | }; |