diff options
author | Jesper Juhl <jj@chaosbits.net> | 2009-01-02 18:16:03 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 06:25:16 -0500 |
commit | 52942b6b16c6ebb25f4dd4df0208d840ba0cbc5c (patch) | |
tree | 36a2b80f6ab77e53b49c9b454296e39abbbcfedf /lib | |
parent | c66b9906f863696159e05890bb7123269bb9a9de (diff) |
swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c
There's no point in including the linux/swiotlb.h header twice in
lib/swiotlb.c - this patch gets rid of the unneeded include.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/swiotlb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/swiotlb.c b/lib/swiotlb.c index b6d0aae4fd31..7f5e21b9c16b 100644 --- a/lib/swiotlb.c +++ b/lib/swiotlb.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/spinlock.h> | 23 | #include <linux/spinlock.h> |
24 | #include <linux/swiotlb.h> | 24 | #include <linux/swiotlb.h> |
25 | #include <linux/string.h> | 25 | #include <linux/string.h> |
26 | #include <linux/swiotlb.h> | ||
27 | #include <linux/types.h> | 26 | #include <linux/types.h> |
28 | #include <linux/ctype.h> | 27 | #include <linux/ctype.h> |
29 | #include <linux/highmem.h> | 28 | #include <linux/highmem.h> |