diff options
Diffstat (limited to 'include/linux/mmiotrace.h')
-rw-r--r-- | include/linux/mmiotrace.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/mmiotrace.h b/include/linux/mmiotrace.h index dd6b64b160fc..de8e91258da7 100644 --- a/include/linux/mmiotrace.h +++ b/include/linux/mmiotrace.h | |||
@@ -1,9 +1,7 @@ | |||
1 | #ifndef MMIOTRACE_H | 1 | #ifndef MMIOTRACE_H |
2 | #define MMIOTRACE_H | 2 | #define MMIOTRACE_H |
3 | 3 | ||
4 | #include <asm/types.h> | 4 | #include <linux/types.h> |
5 | |||
6 | #ifdef __KERNEL__ | ||
7 | 5 | ||
8 | #include <linux/list.h> | 6 | #include <linux/list.h> |
9 | 7 | ||
@@ -84,6 +82,4 @@ extern void disable_mmiotrace(void); | |||
84 | extern void mmio_trace_rw(struct mmiotrace_rw *rw); | 82 | extern void mmio_trace_rw(struct mmiotrace_rw *rw); |
85 | extern void mmio_trace_mapping(struct mmiotrace_map *map); | 83 | extern void mmio_trace_mapping(struct mmiotrace_map *map); |
86 | 84 | ||
87 | #endif /* __KERNEL__ */ | ||
88 | |||
89 | #endif /* MMIOTRACE_H */ | 85 | #endif /* MMIOTRACE_H */ |