usb: gadget: f_mass_storage: add mising <linux/uaccess.h>
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Aug 2015 16:23:32 +0000 (11:23 -0500)
committerFelipe Balbi <balbi@ti.com>
Thu, 6 Aug 2015 16:23:32 +0000 (11:23 -0500)
<linux/uaccess.h> was originally being pulled
indirectly through some other header, however
it's not anymore, so we need to include it
directly

Reported-by: Jim Davis <jim.epost@gmail.com>
Suggested-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/f_mass_storage.c