1
0
Fork 0

m68k: coldfire: Include the GPIO driver header

The Coldfire GPIO driver needs to explicitly incldue the
GPIO driver header since it is providing a driver.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
alistair/sunxi64-5.4-dsi
Linus Walleij 2019-08-21 09:09:23 +02:00 committed by Greg Ungerer
parent f74c2bb987
commit 372ea263b3
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/gpio/driver.h>
#include <linux/io.h>
#include <asm/coldfire.h>