usb: gadget: pxa25x_udc: use correct header for gpio devm_ functions
commit56e5cea9047e96bd58de5bca760c055cc35036aa
authorArnd Bergmann <arnd@arndb.de>
Wed, 9 Jul 2014 09:24:44 +0000 (9 11:24 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 10 Jul 2014 13:36:50 +0000 (10 08:36 -0500)
tree88673d8267b47211a8ce858e72fd02280f57f2e8
parentdfb87b8bfe09f933abaf387693992089f6f9053e
usb: gadget: pxa25x_udc: use correct header for gpio devm_ functions

commit c63d2225e7be ("usb: gadget: pxa25x_udc: use devm_ functions")
introduced the use of devm_gpio_request in this driver, but did not
correctly include the header file declaring this function, which
causes a build failure.

This changes pxa25x_udc to include linux/gpio.h instead of asm/gpio.h
to fix this.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Himangi Saraogi <himangi774@gmail.com>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/pxa25x_udc.c