forked from Minki/linux
c52ac04675
This patch replaces the contents of include/asm-um/linkage.h by #include "asm/arch/linkage.h" Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
7 lines
93 B
C
7 lines
93 B
C
#ifndef __ASM_UM_LINKAGE_H
|
|
#define __ASM_UM_LINKAGE_H
|
|
|
|
#include "asm/arch/linkage.h"
|
|
|
|
#endif
|