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>
1 parent 7f7cdb3 commit a1b347f24cf61036878111bc31cfdffbad393661
@Masahiro Yamada Masahiro Yamada authored on 28 Jan 2015
Sascha Hauer committed on 2 Feb 2015
Showing 3 changed files
View
arch/blackfin/include/asm/linkage.h
View
arch/blackfin/include/asm/system.h
View
arch/blackfin/lib/flush.S