aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/lib/__kgdb.S
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@andestech.com>2011-12-01 12:32:10 +0800
committerMike Frysinger <vapier@gentoo.org>2012-02-12 15:03:26 -0500
commit273d11eae5cbd124ea64df99d14678b4d3694961 (patch)
treec32829025a596b3c4278a4aa83e0cc6f064cfcb0 /arch/blackfin/lib/__kgdb.S
parent051a5f30f16739c11f762a7ae0c26ae95f26d62e (diff)
linkage.h: move from blackfin to common includes
1. Add linkage.h support from blackfin to common include, which is a reduced version from Linux. 2. Add architecture part support of linkage.h into blackfin 3. Fix include path of in blackfin related to linkage.h due to header file movement. Signed-off-by: Macpaul Lin <macpaul@andestech.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/lib/__kgdb.S')
-rw-r--r--arch/blackfin/lib/__kgdb.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/lib/__kgdb.S b/arch/blackfin/lib/__kgdb.S
index cba4179d3..4ccde8f10 100644
--- a/arch/blackfin/lib/__kgdb.S
+++ b/arch/blackfin/lib/__kgdb.S
@@ -1,5 +1,5 @@
-#include <asm/linkage.h>
+#include <linux/linkage.h>
/* save stack context for non-local goto
* int kgdb_setjmp(long *buf)