diff options
author | Andres Salomon <dilinger@queued.net> | 2008-07-24 00:31:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:40 -0400 |
commit | be935d5b6301865b4e9ec35d79d398cedb3c82b7 (patch) | |
tree | 5dc4883ec437747d2ef6fe39cdd0bb0ae2fb5111 /drivers/video | |
parent | 18b095d4b847bb08bf8a1bace7711a93d27732c0 (diff) |
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/geode/lxfb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/geode/lxfb.h b/drivers/video/geode/lxfb.h index 3b9416f4ee20..6a51448fd3f7 100644 --- a/drivers/video/geode/lxfb.h +++ b/drivers/video/geode/lxfb.h | |||
@@ -51,8 +51,6 @@ static inline unsigned int lx_get_pitch(unsigned int xres, int bpp) | |||
51 | } | 51 | } |
52 | 52 | ||
53 | void lx_set_mode(struct fb_info *); | 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 | unsigned int lx_framebuffer_size(void); | 54 | unsigned int lx_framebuffer_size(void); |
57 | int lx_blank_display(struct fb_info *, int); | 55 | int lx_blank_display(struct fb_info *, int); |
58 | void lx_set_palette_reg(struct fb_info *, unsigned int, unsigned int, | 56 | void lx_set_palette_reg(struct fb_info *, unsigned int, unsigned int, |