]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
staging: wilc1000: Include linux/gpio.h instead of asm/gpio.h
authorGuenter Roeck <linux@roeck-us.net>
Wed, 27 May 2015 20:02:16 +0000 (13:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 May 2015 23:23:38 +0000 (16:23 -0700)
commitf1a9983002cd9d849b37b88d44c89edef7a291ee
treec463a6273d318525a79c981287cc051fa6ac60e5
parenta30baec189f7db458696118ae02cedd517feff43
staging: wilc1000: Include linux/gpio.h instead of asm/gpio.h

Fix:

drivers/staging/wilc1000/linux_wlan.c:18:22: fatal error:
asm/gpio.h: No such file or directory

Not every architecture has asm/gpio.h. Include linux/gpio.h instead.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c