diff options
author | Barry Song <barry.song@analog.com> | 2009-09-29 05:01:40 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 06:14:08 +0100 |
commit | 6e3647554e2bf7d7a898ccfc35941adbecd888e7 (patch) | |
tree | dfaf23db3c7529e71816530fb0504aacec923d27 /arch/blackfin | |
parent | Blackfin: bf538: add support for extended GPIO banks (diff) | |
download | linux-6e3647554e2bf7d7a898ccfc35941adbecd888e7.tar.xz linux-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.c | 1 |
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> |