diff options
Diffstat (limited to 'drivers/video/fbdev/geode/geodefb.h')
-rw-r--r-- | drivers/video/fbdev/geode/geodefb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/geode/geodefb.h b/drivers/video/fbdev/geode/geodefb.h index ae04820e0c57..e2e07934868f 100644 --- a/drivers/video/fbdev/geode/geodefb.h +++ b/drivers/video/fbdev/geode/geodefb.h | |||
@@ -31,8 +31,8 @@ struct geodefb_par { | |||
31 | int panel_y; | 31 | int panel_y; |
32 | void __iomem *dc_regs; | 32 | void __iomem *dc_regs; |
33 | void __iomem *vid_regs; | 33 | void __iomem *vid_regs; |
34 | struct geode_dc_ops *dc_ops; | 34 | const struct geode_dc_ops *dc_ops; |
35 | struct geode_vid_ops *vid_ops; | 35 | const struct geode_vid_ops *vid_ops; |
36 | }; | 36 | }; |
37 | 37 | ||
38 | #endif /* !__GEODEFB_H__ */ | 38 | #endif /* !__GEODEFB_H__ */ |