The patch titled lxfb: drop dead declarations from header has been removed from the -mm tree. Its filename was lxfb-drop-dead-declarations-from-header.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: lxfb: drop dead declarations from header From: Andres Salomon <dilinger@xxxxxxxxxx> 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@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/geode/lxfb.h | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/video/geode/lxfb.h~lxfb-drop-dead-declarations-from-header drivers/video/geode/lxfb.h --- a/drivers/video/geode/lxfb.h~lxfb-drop-dead-declarations-from-header +++ a/drivers/video/geode/lxfb.h @@ -51,8 +51,6 @@ static inline unsigned int lx_get_pitch( } void lx_set_mode(struct fb_info *); -void lx_get_gamma(struct fb_info *, unsigned int *, int); -void lx_set_gamma(struct fb_info *, unsigned int *, int); unsigned int lx_framebuffer_size(void); int lx_blank_display(struct fb_info *, int); void lx_set_palette_reg(struct fb_info *, unsigned int, unsigned int, _ Patches currently in -mm which might be from dilinger@xxxxxxxxxx are origin.patch linux-next.patch olpc-olpc_batteryc-sparse-endian-annotations.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html