diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-11-21 18:24:59 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:41 -0500 |
commit | d98aefc384763813b3085a4a9eff2c6281cb5f56 (patch) | |
tree | 666fac8d1684945557c2940f235bd4dc8de28a7c | |
parent | 70371cef114ca295a890069e12c1def08bb300f7 (diff) |
MIPS: <asm/types.h> fix indentation.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h index a845aafedee4..247207b9292d 100644 --- a/arch/mips/include/asm/types.h +++ b/arch/mips/include/asm/types.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #ifndef _ASM_TYPES_H | 11 | #ifndef _ASM_TYPES_H |
12 | #define _ASM_TYPES_H | 12 | #define _ASM_TYPES_H |
13 | 13 | ||
14 | # include <asm-generic/int-ll64.h> | 14 | #include <asm-generic/int-ll64.h> |
15 | #include <uapi/asm/types.h> | 15 | #include <uapi/asm/types.h> |
16 | 16 | ||
17 | /* | 17 | /* |