[PATCH 13/24] mips: Remove #include <uapi/asm/types.h> from <asm/types.h>

From: Geert Uytterhoeven
Date: Mon Nov 25 2013 - 04:06:11 EST


Everything in arch/mips/include/uapi/asm/types.h is protected by
"#ifndef __KERNEL__", so it's unused for kernelspace.

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx>>
Cc: linux-mips@xxxxxxxxxxxxxx
---
arch/mips/include/asm/types.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h
index a845aafedee4..4d5ce4c9c924 100644
--- a/arch/mips/include/asm/types.h
+++ b/arch/mips/include/asm/types.h
@@ -11,8 +11,7 @@
#ifndef _ASM_TYPES_H
#define _ASM_TYPES_H

-# include <asm-generic/int-ll64.h>
-#include <uapi/asm/types.h>
+#include <asm-generic/int-ll64.h>

/*
* These aren't exported outside the kernel to avoid name space clashes
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/