aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/compat.h')
-rw-r--r--include/asm-powerpc/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/compat.h b/include/asm-powerpc/compat.h
index 4db4360c4d4aee..accb80c9a339c2 100644
--- a/include/asm-powerpc/compat.h
+++ b/include/asm-powerpc/compat.h
@@ -1,5 +1,6 @@
#ifndef _ASM_POWERPC_COMPAT_H
#define _ASM_POWERPC_COMPAT_H
+#ifdef __KERNEL__
/*
* Architecture specific compatibility types
*/
@@ -202,4 +203,5 @@ struct compat_shmid64_ds {
compat_ulong_t __unused6;
};
+#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_COMPAT_H */