kernel/drivers/video/fbdev/q40fb.c
.. .. @@ -23,7 +23,6 @@ 23 23 #include <asm/q40_master.h> 24 24 #include <linux/fb.h> 25 25 #include <linux/module.h> 26 -#include <asm/pgtable.h>27 26 28 27 #define Q40_PHYS_SCREEN_ADDR 0xFE800000 29 28 .. .. @@ -75,7 +74,7 @@ 75 74 return 0; 76 75 } 77 76 78 -static struct fb_ops q40fb_ops = {77 +static const struct fb_ops q40fb_ops = {79 78 .owner = THIS_MODULE, 80 79 .fb_setcolreg = q40fb_setcolreg, 81 80 .fb_fillrect = cfb_fillrect,