Commit 523639e6 authored by Linus Walleij's avatar Linus Walleij

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 41c3548e
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment