aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/uapi/asm/msgbuf.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-12-17 09:27:08 -0500
committerIngo Molnar <mingo@kernel.org>2013-12-17 09:27:08 -0500
commitbb799d3b980eb803ca2da4a4eefbd9308f8d988a (patch)
tree69fbe0cd6d47b23a50f5e1d87bf7489532fae149 /arch/avr32/include/uapi/asm/msgbuf.h
parent919fc6e34831d1c2b58bfb5ae261dc3facc9b269 (diff)
parent319e2e3f63c348a9b66db4667efa73178e18b17d (diff)
Merge tag 'v3.13-rc4' into core/locking
Merge Linux 3.13-rc4, to refresh this rather old tree with the latest fixes. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/avr32/include/uapi/asm/msgbuf.h')
-rw-r--r--arch/avr32/include/uapi/asm/msgbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/avr32/include/uapi/asm/msgbuf.h b/arch/avr32/include/uapi/asm/msgbuf.h
index ac18bc4da7f7..9eae6effad14 100644
--- a/arch/avr32/include/uapi/asm/msgbuf.h
+++ b/arch/avr32/include/uapi/asm/msgbuf.h
@@ -1,5 +1,5 @@
1#ifndef __ASM_AVR32_MSGBUF_H 1#ifndef _UAPI__ASM_AVR32_MSGBUF_H
2#define __ASM_AVR32_MSGBUF_H 2#define _UAPI__ASM_AVR32_MSGBUF_H
3 3
4/* 4/*
5 * The msqid64_ds structure for i386 architecture. 5 * The msqid64_ds structure for i386 architecture.
@@ -28,4 +28,4 @@ struct msqid64_ds {
28 unsigned long __unused5; 28 unsigned long __unused5;
29}; 29};
30 30
31#endif /* __ASM_AVR32_MSGBUF_H */ 31#endif /* _UAPI__ASM_AVR32_MSGBUF_H */