aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorBarry Song <barry.song@analog.com>2009-09-29 03:01:40 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-15 00:14:08 -0500
commit6e3647554e2bf7d7a898ccfc35941adbecd888e7 (patch)
treedfaf23db3c7529e71816530fb0504aacec923d27 /arch/blackfin
parentBlackfin: bf538: add support for extended GPIO banks (diff)
downloadlinux-dev-6e3647554e2bf7d7a898ccfc35941adbecd888e7.tar.xz
linux-dev-6e3647554e2bf7d7a898ccfc35941adbecd888e7.zip
Blackfin: bf537-stamp: need io.h for writeb() funcs
Signed-off-by: Barry Song <barry.song@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/mach-bf537/boards/stamp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c
index 514d9949ea75..f02f20fb36d7 100644
--- a/arch/blackfin/mach-bf537/boards/stamp.c
+++ b/arch/blackfin/mach-bf537/boards/stamp.c
@@ -9,6 +9,7 @@
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
+#include <linux/io.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>