aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2016-02-05 21:29:27 -0800
committerChristopher Ferris <cferris@google.com>2016-02-05 21:29:27 -0800
commitd4bfa476e64733d26a737ecb94b81c41860851d6 (patch)
tree17942186f3ebfb88564ab4a08e3fd74d85f93f29
parent1243a5d89cd4622ee55817ac3c220f59a0b00a12 (diff)
downloadkernel-headers-d4bfa476e64733d26a737ecb94b81c41860851d6.tar.gz
Remove extra uapi from include.
There appears to be a typo in the include in siginfo.h for mips. Remove the uapi portion (which has already been done in the bionic versions). Bug: 23789423 Change-Id: Iea355d71d84e9efb4bcd1b6873aa1e7f3c8d0bf0
-rw-r--r--original/uapi/asm-mips/asm/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/original/uapi/asm-mips/asm/siginfo.h b/original/uapi/asm-mips/asm/siginfo.h
index 2cb7fde..ebb294d 100644
--- a/original/uapi/asm-mips/asm/siginfo.h
+++ b/original/uapi/asm-mips/asm/siginfo.h
@@ -28,7 +28,7 @@
#define __ARCH_SIGSYS
-#include <uapi/asm-generic/siginfo.h>
+#include <asm-generic/siginfo.h>
/* We can't use generic siginfo_t, because our si_code and si_errno are swapped */
typedef struct siginfo {