diff options
Diffstat (limited to 'drivers/macintosh/apm_emu.c')
-rw-r--r-- | drivers/macintosh/apm_emu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/apm_emu.c b/drivers/macintosh/apm_emu.c index 4300c628f8af..a6d50f4fabd7 100644 --- a/drivers/macintosh/apm_emu.c +++ b/drivers/macintosh/apm_emu.c | |||
@@ -501,7 +501,7 @@ static int apm_emu_get_info(char *buf, char **start, off_t fpos, int length) | |||
501 | return p - buf; | 501 | return p - buf; |
502 | } | 502 | } |
503 | 503 | ||
504 | static struct file_operations apm_bios_fops = { | 504 | static const struct file_operations apm_bios_fops = { |
505 | .owner = THIS_MODULE, | 505 | .owner = THIS_MODULE, |
506 | .read = do_read, | 506 | .read = do_read, |
507 | .poll = do_poll, | 507 | .poll = do_poll, |