The patch titled video: cyberfb broken macro removal has been added to the -mm tree. Its filename is video-cyberfb-broken-macro-removal.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 fix2-gregkh-driver-modules-state.patch git-dvb.patch mips-dbg_io-stray-brackets-fix.patch mtd-rtc_from4-brace-fix.patch sk98lin-debug-build-fix.patch scsi-sic7xxx-stray-bracket-fix.patch h8300-stray-bracket-fix.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch char-ip2-remove-broken-macro.patch video-cyberfb-broken-macro-removal.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