diff options
Diffstat (limited to 'include/linux/ring_buffer.h')
-rw-r--r-- | include/linux/ring_buffer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/ring_buffer.h b/include/linux/ring_buffer.h index fa6ace66fea5..289e4d54e3e0 100644 --- a/include/linux/ring_buffer.h +++ b/include/linux/ring_buffer.h | |||
@@ -2,7 +2,6 @@ | |||
2 | #ifndef _LINUX_RING_BUFFER_H | 2 | #ifndef _LINUX_RING_BUFFER_H |
3 | #define _LINUX_RING_BUFFER_H | 3 | #define _LINUX_RING_BUFFER_H |
4 | 4 | ||
5 | #include <linux/kmemcheck.h> | ||
6 | #include <linux/mm.h> | 5 | #include <linux/mm.h> |
7 | #include <linux/seq_file.h> | 6 | #include <linux/seq_file.h> |
8 | #include <linux/poll.h> | 7 | #include <linux/poll.h> |
@@ -14,9 +13,7 @@ struct ring_buffer_iter; | |||
14 | * Don't refer to this struct directly, use functions below. | 13 | * Don't refer to this struct directly, use functions below. |
15 | */ | 14 | */ |
16 | struct ring_buffer_event { | 15 | struct ring_buffer_event { |
17 | kmemcheck_bitfield_begin(bitfield); | ||
18 | u32 type_len:5, time_delta:27; | 16 | u32 type_len:5, time_delta:27; |
19 | kmemcheck_bitfield_end(bitfield); | ||
20 | 17 | ||
21 | u32 array[]; | 18 | u32 array[]; |
22 | }; | 19 | }; |