]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Revert "Hexagon: fix signal.c compile error"
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Apr 2015 01:28:04 +0000 (21:28 -0400)
committerRichard Kuo <rkuo@codeaurora.org>
Wed, 9 Sep 2015 16:27:15 +0000 (11:27 -0500)
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>
arch/hexagon/include/uapi/asm/signal.h

index 98106e55ad4ff73299a156b87e527b29bc6384b1..24b998888916a663659f0f4f8fa0befc88f40cdd 100644 (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);