1
0
Fork 0

i2c-bfin-twi: pull in io.h for ioremap()

Rather than relying on some of the headers implicitly pulling in io.h,
pull it in explicitly our self for ioremap() and friends.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
hifive-unleashed-5.1
Mike Frysinger 2009-06-14 01:55:37 -04:00 committed by Ben Dooks
parent 300df7dc89
commit 6df263cf2e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/io.h>
#include <linux/mm.h>
#include <linux/timer.h>
#include <linux/spinlock.h>