Skip to content

Commit

Permalink
swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jjuhl authored and Ingo Molnar committed Jan 4, 2009
1 parent c66b990 commit 52942b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 52942b6

Please sign in to comment.