aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/string.h
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-11-21 15:34:51 +0800
committerBryan Wu <bryan.wu@analog.com>2007-11-21 15:34:51 +0800
commitd0025e5edf0e593da599358d70fdade47c3b703e (patch)
tree94b9bbc2877f45b1bf21f350066b751d93598550 /include/asm-blackfin/string.h
parentBlackfin arch: fix bug NOR Flash MTD mount fail (diff)
downloadlinux-dev-d0025e5edf0e593da599358d70fdade47c3b703e.tar.xz
linux-dev-d0025e5edf0e593da599358d70fdade47c3b703e.zip
Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to '')
-rw-r--r--include/asm-blackfin/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-blackfin/string.h b/include/asm-blackfin/string.h
index e8ada91ab002..321f4d96e4ae 100644
--- a/include/asm-blackfin/string.h
+++ b/include/asm-blackfin/string.h
@@ -1,6 +1,8 @@
#ifndef _BLACKFIN_STRING_H_
#define _BLACKFIN_STRING_H_
+#include <linux/types.h>
+
#ifdef __KERNEL__ /* only set these up for kernel code */
#define __HAVE_ARCH_STRCPY