diff options
author | Macpaul Lin <macpaul@andestech.com> | 2011-12-01 12:32:10 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-12 15:03:26 -0500 |
commit | 273d11eae5cbd124ea64df99d14678b4d3694961 (patch) | |
tree | c32829025a596b3c4278a4aa83e0cc6f064cfcb0 /arch/blackfin/cpu/cache.S | |
parent | 051a5f30f16739c11f762a7ae0c26ae95f26d62e (diff) | |
download | talos-obmc-uboot-273d11eae5cbd124ea64df99d14678b4d3694961.tar.gz talos-obmc-uboot-273d11eae5cbd124ea64df99d14678b4d3694961.zip |
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/cpu/cache.S')
-rw-r--r-- | arch/blackfin/cpu/cache.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/cpu/cache.S b/arch/blackfin/cpu/cache.S index 6ed655a674..5ca9e91d3f 100644 --- a/arch/blackfin/cpu/cache.S +++ b/arch/blackfin/cpu/cache.S @@ -8,8 +8,8 @@ * Licensed under the GPL-2 or later. */ -#include <asm/linkage.h> #include <config.h> +#include <linux/linkage.h> #include <asm/blackfin.h> .text |