dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jesper Juhl 2009-01-03 00:16:03 +01:00 committed by Ingo Molnar
parent c66b9906f8
commit 52942b6b16
1 changed files with 0 additions and 1 deletions

View 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>