The patch titled video: cyberfb broken macro removal has been removed from the -mm tree. Its filename was video-cyberfb-broken-macro-removal.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: video: cyberfb broken macro removal From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Remove broken and unused macro. Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/cyberfb.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/video/cyberfb.c~video-cyberfb-broken-macro-removal drivers/video/cyberfb.c --- a/drivers/video/cyberfb.c~video-cyberfb-broken-macro-removal +++ a/drivers/video/cyberfb.c @@ -109,8 +109,6 @@ static void cv64_dump(void); #define wb_64(regs,reg,dat) (*(((volatile unsigned char *)regs) + reg) = dat) #define rb_64(regs, reg) (*(((volatile unsigned char *)regs) + reg)) -#define ww_64(regs,reg,dat) (*((volatile unsigned short *)(regs + reg) = dat) - struct cyberfb_par { struct fb_var_screeninfo var; __u32 type; _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are origin.patch video-cyberfb-broken-macro-removal.patch video-neofb-stray-bracket-fix.patch video-pm3fb-macros-fix.patch ppc-cs4218_tdm-remove-extra-brace.patch mips-dbg_io-stray-brackets-fix.patch git-mtd.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch sparc64-dma-remove-extra-brackets.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