Re: [PATCH 4/4] usb: gadget: mv_u3d: drop ARCH dependency

2013-03-27 Thread Felipe Balbi
Hi, On Fri, Mar 22, 2013 at 09:30:17AM +0200, Felipe Balbi wrote: > this driver compiles fine everywhere which > means we can use linux-next to compile it > for us frequently. > > By dropping the arch dependency, we also > ensure driver writers don't add virtual > arch-depdencies to the driver by

[PATCH 4/4] usb: gadget: mv_u3d: drop ARCH dependency

2013-03-22 Thread Felipe Balbi
this driver compiles fine everywhere which means we can use linux-next to compile it for us frequently. By dropping the arch dependency, we also ensure driver writers don't add virtual arch-depdencies to the driver by e.g. using the wrong headers. Signed-off-by: Felipe Balbi --- drivers/usb/gad