1
0
Fork 0

gpio: sch311x: fix compilation error

Compilation failed on some platforms due to implicit inclusion of
<linux/io.h>, make this dependency explicit.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
hifive-unleashed-5.1
Linus Walleij 2013-12-23 18:12:48 +01:00
parent 41c3548e6d
commit 523639e6fe
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/bitops.h>
#include <linux/io.h>
#define DRV_NAME "gpio-sch311x"