9
0
Fork 0
barebox/arch/blackfin/lib
Masahiro Yamada a1b347f24c blackfin: consolidate arch/blackfin/include/asm/linkage.h
Since include/linux/linkage.h includes <asm/linkage.h>, the basic
coding style we should follow is:

 - <linux/linkage.h> should contain default macro defines
 - <asm/linkage.h> can define arch-specific macros and override the
   default ones in <linux/linkage.h>

The arch/blackfin/include/asm/linkage.h has redundant defines that
are already defined in <linux/linkage.h>.
Replace it with the one imported from Linux 3.19-rc6.

Generally, <asm/linkage.h> should not be included directly.
Fix two files to include <linux/linkage.h> instead.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-02-02 11:46:31 +01:00
..
Makefile blackfin: add __ashrdi3 2012-06-28 13:49:16 +02:00
ashldi3.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
ashrdi3.c blackfin: add __ashrdi3 2012-06-28 13:49:16 +02:00
asm-offsets.c kbuild: move asm-offsets.h rule to ./Kbuild 2015-01-08 13:55:38 +01:00
bf533_string.c blackfin: Remove unneeded assignment 2013-07-09 08:41:31 +02:00
blackfin_linux.c bootm: introduce bootm_load_os helper 2014-01-10 11:53:18 +01:00
board.c blackfin: initialize malloc pool before start_barebox() 2013-03-14 08:41:27 +01:00
clock.c treewide: Reuse init_clock() return value for clocksource drivers 2014-11-10 08:42:19 +01:00
cpu.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
divsi3.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
flush.S blackfin: consolidate arch/blackfin/include/asm/linkage.h 2015-02-02 11:46:31 +01:00
gcclib.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
interrupt.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
lshrdi3.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
modsi3.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
module.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
muldi3.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
smulsi3_highpart.S initial blackfin support 2007-09-11 10:15:32 +02:00
traps.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
udivsi3.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
umodsi3.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
umulsi3_highpart.S initial blackfin support 2007-09-11 10:15:32 +02:00