mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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
|