Skip to content

Commit

Permalink
Hexagon: fix signal.c compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
  • Loading branch information
Richard Kuo committed May 1, 2013
1 parent 0d3ab45 commit f3f601c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/hexagon/include/uapi/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#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 f3f601c

Please sign in to comment.