kernel/drivers/video/fbdev/hitfb.c
.. .. @@ -23,7 +23,6 @@ 23 23 24 24 #include <asm/machvec.h> 25 25 #include <linux/uaccess.h> 26 -#include <asm/pgtable.h>27 26 #include <asm/io.h> 28 27 #include <asm/hd64461.h> 29 28 #include <cpu/dac.h> .. .. @@ -311,7 +310,7 @@ 311 310 return 0; 312 311 } 313 312 314 -static struct fb_ops hitfb_ops = {313 +static const struct fb_ops hitfb_ops = {315 314 .owner = THIS_MODULE, 316 315 .fb_check_var = hitfb_check_var, 317 316 .fb_set_par = hitfb_set_par,