The patch titled fix parenthesis in include/asm-mips/mach-au1x00/au1000.h has been removed from the -mm tree. Its filename was fix-parenthesis-in-include-asm-mips-mach-au1x00-au1000h.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: fix parenthesis in include/asm-mips/mach-au1x00/au1000.h From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Parenthesis fix in include/asm-mips/mach-au1x00/au1000.h Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-mips/mach-au1x00/au1000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-mips/mach-au1x00/au1000.h~fix-parenthesis-in-include-asm-mips-mach-au1x00-au1000h include/asm-mips/mach-au1x00/au1000.h --- a/include/asm-mips/mach-au1x00/au1000.h~fix-parenthesis-in-include-asm-mips-mach-au1x00-au1000h +++ a/include/asm-mips/mach-au1x00/au1000.h @@ -1036,7 +1036,7 @@ enum soc_au1200_ints { #define USBD_INTSTAT 0xB020001C # define USBDEV_INT_SOF (1 << 12) # define USBDEV_INT_HF_BIT 6 -# define USBDEV_INT_HF_MASK 0x3f << USBDEV_INT_HF_BIT) +# define USBDEV_INT_HF_MASK (0x3f << USBDEV_INT_HF_BIT) # define USBDEV_INT_CMPLT_BIT 0 # define USBDEV_INT_CMPLT_MASK (0x3f << USBDEV_INT_CMPLT_BIT) #define USBD_CONFIG 0xB0200020 _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are linux-next.patch reiser4.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