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/include/asm/cache.h | |
parent | 051a5f30f16739c11f762a7ae0c26ae95f26d62e (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/include/asm/cache.h')
-rw-r--r-- | arch/blackfin/include/asm/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/cache.h b/arch/blackfin/include/asm/cache.h index 482e4b52b6..568885a2c2 100644 --- a/arch/blackfin/include/asm/cache.h +++ b/arch/blackfin/include/asm/cache.h @@ -7,7 +7,7 @@ #ifndef __ARCH_BLACKFIN_CACHE_H #define __ARCH_BLACKFIN_CACHE_H -#include <asm/linkage.h> /* for asmlinkage */ +#include <linux/linkage.h> /* for asmlinkage */ /* * Bytes per L1 cache line |