]> Git Repo - linux.git/commitdiff
swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c
authorJesper Juhl <[email protected]>
Fri, 2 Jan 2009 23:16:03 +0000 (00:16 +0100)
committerIngo Molnar <[email protected]>
Sun, 4 Jan 2009 11:25:16 +0000 (12:25 +0100)
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
lib/swiotlb.c

index b6d0aae4fd31fc743c25bf4fdda226d73eb7888d..7f5e21b9c16b90ffaa7fffd3cee96a65a511302b 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/spinlock.h>
 #include <linux/swiotlb.h>
 #include <linux/string.h>
-#include <linux/swiotlb.h>
 #include <linux/types.h>
 #include <linux/ctype.h>
 #include <linux/highmem.h>
This page took 0.060955 seconds and 4 git commands to generate.