Revert "Hexagon: fix signal.c compile error"

This reverts commit f3f601c1d2.

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:
Mike Frysinger 2015-04-22 21:28:04 -04:00 committed by Richard Kuo
parent d70e22d5bc
commit 02cc2ccfe7

View File

@ -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);