[PATCH] mark struct file_operations const 2
[deliverable/linux.git] / arch / i386 / kernel / apm.c
index 199016927541871f4dc18a4d0e746e03873ba700..db99a8948dae1abad5b16357841b54efe969c9d7 100644 (file)
@@ -1894,7 +1894,7 @@ static int __init apm_setup(char *str)
 __setup("apm=", apm_setup);
 #endif
 
-static struct file_operations apm_bios_fops = {
+static const struct file_operations apm_bios_fops = {
        .owner          = THIS_MODULE,
        .read           = do_read,
        .poll           = do_poll,
This page took 0.024584 seconds and 5 git commands to generate.