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
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 {