Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"