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)
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>

No differences found