Skip to content

Commit

Permalink
Revert "Hexagon: fix signal.c compile error"
Browse files Browse the repository at this point in the history
This reverts commit f3f601c.

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 <[email protected]>
Signed-off-by: Richard Kuo <[email protected]>
  • Loading branch information
vapier authored and Richard Kuo committed Sep 9, 2015
1 parent d70e22d commit 02cc2cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/hexagon/include/uapi/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 02cc2cc

Please sign in to comment.