serial: bfin_5xx: pull in linux/io.h for ioremap prototypes

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Mike Frysinger 2010-01-19 06:13:13 -05:00 committed by Greg Kroah-Hartman
parent cdc592d5d4
commit 599b714ce1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/io.h>
#include <linux/init.h>
#include <linux/console.h>
#include <linux/sysrq.h>