aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-powerpc/heathrow.h2
-rw-r--r--include/asm-powerpc/ohare.h2
-rw-r--r--include/asm-powerpc/seccomp.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/heathrow.h b/include/asm-powerpc/heathrow.h
index 470ab7be20a2..93f54958a9d1 100644
--- a/include/asm-powerpc/heathrow.h
+++ b/include/asm-powerpc/heathrow.h
@@ -1,6 +1,6 @@
1#ifndef _ASM_POWERPC_HEATHROW_H 1#ifndef _ASM_POWERPC_HEATHROW_H
2#define _ASM_POWERPC_HEATHROW_H 2#define _ASM_POWERPC_HEATHROW_H
3#ifndef __KERNEL__ 3#ifdef __KERNEL__
4/* 4/*
5 * heathrow.h: definitions for using the "Heathrow" I/O controller chip. 5 * heathrow.h: definitions for using the "Heathrow" I/O controller chip.
6 * 6 *
diff --git a/include/asm-powerpc/ohare.h b/include/asm-powerpc/ohare.h
index b42037cf4ad0..0d030f9dea24 100644
--- a/include/asm-powerpc/ohare.h
+++ b/include/asm-powerpc/ohare.h
@@ -1,6 +1,6 @@
1#ifndef _ASM_POWERPC_OHARE_H 1#ifndef _ASM_POWERPC_OHARE_H
2#define _ASM_POWERPC_OHARE_H 2#define _ASM_POWERPC_OHARE_H
3#ifndef __KERNEL__ 3#ifdef __KERNEL__
4/* 4/*
5 * ohare.h: definitions for using the "O'Hare" I/O controller chip. 5 * ohare.h: definitions for using the "O'Hare" I/O controller chip.
6 * 6 *
diff --git a/include/asm-powerpc/seccomp.h b/include/asm-powerpc/seccomp.h
index cc8137b77b90..853765eb1f65 100644
--- a/include/asm-powerpc/seccomp.h
+++ b/include/asm-powerpc/seccomp.h
@@ -1,7 +1,7 @@
1#ifndef _ASM_POWERPC_SECCOMP_H 1#ifndef _ASM_POWERPC_SECCOMP_H
2#define _ASM_POWERPC_SECCOMP_H 2#define _ASM_POWERPC_SECCOMP_H
3 3
4#ifndef __KERNEL__ 4#ifdef __KERNEL__
5#include <linux/thread_info.h> 5#include <linux/thread_info.h>
6#endif 6#endif
7 7