Revert "Hexagon: fix signal.c compile error"
This reverts commit f3f601c1d2728f02544cfd143eaa82e5398b3e9b. UAPI headers cannot use "uapi/" in their paths by design -- when they're installed, they do not have the uapi/ prefix. Otherwise doing so breaks userland badly. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
This commit is contained in:
committed by
Richard Kuo
parent
d70e22d5bc
commit
02cc2ccfe7
@ -19,8 +19,6 @@
|
||||
#ifndef _ASM_SIGNAL_H
|
||||
#define _ASM_SIGNAL_H
|
||||
|
||||
#include <uapi/asm/registers.h>
|
||||
|
||||
extern unsigned long __rt_sigtramp_template[2];
|
||||
|
||||
void do_signal(struct pt_regs *regs);
|
||||
|
Reference in New Issue
Block a user