Commit 372ea263 authored by Linus Walleij's avatar Linus Walleij Committed by Greg Ungerer

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent f74c2bb9
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/gpio/driver.h>
#include <linux/io.h> #include <linux/io.h>
#include <asm/coldfire.h> #include <asm/coldfire.h>
......
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