The patch titled USB devices misc: build the IOWARRIOR when it is selected in Kconfig has been added to the -mm tree. Its filename is usb-devices-misc-build-the-iowarrior-when-it-is-selected-in-kconfig.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: USB devices misc: build the IOWARRIOR when it is selected in Kconfig From: Juergen Beisert <juergen@xxxxxxxxxxxxxx> Signed-off-by: Juergen Beisert <juergen@xxxxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/Makefile | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/usb/Makefile~usb-devices-misc-build-the-iowarrior-when-it-is-selected-in-kconfig drivers/usb/Makefile --- a/drivers/usb/Makefile~usb-devices-misc-build-the-iowarrior-when-it-is-selected-in-kconfig +++ a/drivers/usb/Makefile @@ -49,6 +49,7 @@ obj-$(CONFIG_USB_SISUSBVGA) += misc/ obj-$(CONFIG_USB_TEST) += misc/ obj-$(CONFIG_USB_TRANCEVIBRATOR)+= misc/ obj-$(CONFIG_USB_USS720) += misc/ +obj-$(CONFIG_USB_IOWARRIOR) += misc/ obj-$(CONFIG_USB_ATM) += atm/ obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ _ Patches currently in -mm which might be from juergen@xxxxxxxxxxxxxx are usb-devices-misc-build-the-iowarrior-when-it-is-selected-in-kconfig.patch geode-setup-correct-chipset-access-functions.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