The patch titled atyfb: kill dead code has been removed from the -mm tree. Its filename was atyfb-kill-dead-code.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: atyfb: kill dead code From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Coverity Bug 68, kill dead code. Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/aty/atyfb_base.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/aty/atyfb_base.c~atyfb-kill-dead-code drivers/video/aty/atyfb_base.c --- a/drivers/video/aty/atyfb_base.c~atyfb-kill-dead-code +++ a/drivers/video/aty/atyfb_base.c @@ -2338,6 +2338,7 @@ static int __devinit aty_init(struct fb_ case DAC_IBMRGB514: par->dac_ops = &aty_dac_ibm514; break; +#ifdef CONFIG_ATARI case DAC_ATI68860_B: case DAC_ATI68860_C: par->dac_ops = &aty_dac_ati68860b; @@ -2346,6 +2347,7 @@ static int __devinit aty_init(struct fb_ case DAC_ATT21C498: par->dac_ops = &aty_dac_att21c498; break; +#endif default: PRINTKI("aty_init: DAC type not implemented yet!\n"); par->dac_ops = &aty_dac_unsupported; _ Patches currently in -mm which might be from adaplas@xxxxxxxxx are origin.patch vt8623fb-new-framebuffer-driver-for-via-vt8623.patch vt8623fb-fix-compile-warnings.patch vt8623fb-fix-compile-error-if-config_mtrr=n.patch arkfb-new-framebuffer-driver-for-ark-logic-cards.patch arkfb-fix-compiler-warnings.patch arkfb-fix-compile-error-if-config_mtrr=n.patch arkfb-new-framebuffer-driver-for-ark-logic-cards-fix.patch svgalib-move-fb_get_caps-to-svgalib.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