On Wed, Feb 22, 2012 at 09:39:32PM +0100, Sebastian Andrzej Siewior wrote: > This moves the BOT data structures for CBW and CSW from drivers internal > header file to global include able file in include/. > The storage gadget is using the same name for CSW but a different for > CBW so I fix it up properly. > > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> After applying this patch, I get the following build error: In file included from drivers/staging/keucr/usb.c:18:0: drivers/staging/keucr/transport.h:9:8: error: redefinition of ‘struct bulk_cb_wrap’ include/linux/usb/storage.h:53:8: note: originally defined here drivers/staging/keucr/transport.h:25:8: error: redefinition of ‘struct bulk_cs_wrap’ include/linux/usb/storage.h:69:8: note: originally defined here Please use 'git grep' when making system-wide changes. Care to redo this series? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html