mmiotrace: code style cleanups

From c2da03771e29159627c5c7b9509ec70bce9f91ee Mon Sep 17 00:00:00 2001
From: Pekka Paalanen <pq@iki.fi>
Date: Mon, 28 Apr 2008 21:25:22 +0300

Signed-off-by: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Pekka Paalanen
2008-05-12 21:21:03 +02:00
committed by Thomas Gleixner
parent 6f6f394d9c
commit 970e6fa038
4 changed files with 7 additions and 12 deletions

View File

@ -1,9 +1,7 @@
#ifndef MMIOTRACE_H
#define MMIOTRACE_H
#include <asm/types.h>
#ifdef __KERNEL__
#include <linux/types.h>
#include <linux/list.h>
@ -84,6 +82,4 @@ extern void disable_mmiotrace(void);
extern void mmio_trace_rw(struct mmiotrace_rw *rw);
extern void mmio_trace_mapping(struct mmiotrace_map *map);
#endif /* __KERNEL__ */
#endif /* MMIOTRACE_H */