summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/sections.h
diff options
context:
space:
mode:
authorBryan Wu2008-08-27 04:51:02 +0200
committerBryan Wu2008-08-27 04:51:02 +0200
commit639f6571458948b5112be2cf00c0c2c04db2897d (patch)
treea4dd7af33d0e92c935ba1e904f6fb7e923ac825e /arch/blackfin/include/asm/sections.h
parentBlackfin arch: fix bug - MPU crashes under stress (diff)
downloadkernel-qcow2-linux-639f6571458948b5112be2cf00c0c2c04db2897d.tar.gz
kernel-qcow2-linux-639f6571458948b5112be2cf00c0c2c04db2897d.tar.xz
kernel-qcow2-linux-639f6571458948b5112be2cf00c0c2c04db2897d.zip
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/include/asm/sections.h')
-rw-r--r--arch/blackfin/include/asm/sections.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/sections.h b/arch/blackfin/include/asm/sections.h
new file mode 100644
index 000000000000..1443c3353a8c
--- /dev/null
+++ b/arch/blackfin/include/asm/sections.h
@@ -0,0 +1,7 @@
+#ifndef _BLACKFIN_SECTIONS_H
+#define _BLACKFIN_SECTIONS_H
+
+/* nothing to see, move along */
+#include <asm-generic/sections.h>
+
+#endif