aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/ipcbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/ipcbuf.h')
-rw-r--r--include/asm-powerpc/ipcbuf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-powerpc/ipcbuf.h b/include/asm-powerpc/ipcbuf.h
index dc0f4d16d05e..71382c1ec6e3 100644
--- a/include/asm-powerpc/ipcbuf.h
+++ b/include/asm-powerpc/ipcbuf.h
@@ -27,8 +27,7 @@ struct ipc64_perm
27 __kernel_mode_t mode; 27 __kernel_mode_t mode;
28 unsigned int seq; 28 unsigned int seq;
29 unsigned int __pad1; 29 unsigned int __pad1;
30 u64 __unused1; 30 __u32 __unused[4];
31 u64 __unused2;
32}; 31};
33 32
34#endif /* _ASM_POWERPC_IPCBUF_H */ 33#endif /* _ASM_POWERPC_IPCBUF_H */