From: Andrew Morton drivers/video/geode/video_gx.c:131: warning: assignment discards qualifiers from pointer target type drivers/video/geode/video_gx.c:134: warning: assignment discards qualifiers from pointer target type Cc: David Vrabel Cc: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/geode/video_gx.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/geode/video_gx.c~fbdev-framebuffer-driver-for-geode-gx-warning-fix drivers/video/geode/video_gx.c --- devel/drivers/video/geode/video_gx.c~fbdev-framebuffer-driver-for-geode-gx-warning-fix 2006-02-23 22:40:30.000000000 -0800 +++ devel-akpm/drivers/video/geode/video_gx.c 2006-02-23 22:40:47.000000000 -0800 @@ -119,7 +119,7 @@ static const struct gx_pll_entry gx_pll_ static void gx_set_dclk_frequency(struct fb_info *info) { - struct gx_pll_entry *pll_table; + const struct gx_pll_entry *pll_table; int pll_table_len; int i, best_i; long min, diff; _