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>
This commit is contained in:
Родитель
41c3548e6d
Коммит
523639e6fe
|
@ -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"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче