Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lxfb: drop dead declarations from header

We never sent the gamma stuff upstream, and don't really care about it.
However, lx_[gs]_et_gamma prototypes snuck into lxfb.h anyways; there are
no definitions for them. Drop the dead code.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andres Salomon and committed by
Linus Torvalds
be935d5b 18b095d4

-2
-2
drivers/video/geode/lxfb.h
··· 51 51 } 52 52 53 53 void lx_set_mode(struct fb_info *); 54 - void lx_get_gamma(struct fb_info *, unsigned int *, int); 55 - void lx_set_gamma(struct fb_info *, unsigned int *, int); 56 54 unsigned int lx_framebuffer_size(void); 57 55 int lx_blank_display(struct fb_info *, int); 58 56 void lx_set_palette_reg(struct fb_info *, unsigned int, unsigned int,