]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/gadget/function/f_mass_storage.c
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)
commit4a1e9211809d4130fe23cad1bea222222d6e94f4
treee193329a6664a1291b2d261e8a8e5b7b2dcd86e3
parentb0a688ddcc5015eb26000c63841db7c46cfb380a
usb: gadget: f_mass_storage: add mising <linux/uaccess.h>

<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