hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/video/fbdev/hitfb.c
....@@ -23,7 +23,6 @@
2323
2424 #include <asm/machvec.h>
2525 #include <linux/uaccess.h>
26
-#include <asm/pgtable.h>
2726 #include <asm/io.h>
2827 #include <asm/hd64461.h>
2928 #include <cpu/dac.h>
....@@ -311,7 +310,7 @@
311310 return 0;
312311 }
313312
314
-static struct fb_ops hitfb_ops = {
313
+static const struct fb_ops hitfb_ops = {
315314 .owner = THIS_MODULE,
316315 .fb_check_var = hitfb_check_var,
317316 .fb_set_par = hitfb_set_par,