From: Jesper Juhl Date: Fri, 2 Jan 2009 23:16:03 +0000 (+0100) Subject: swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52942b6b16c6ebb25f4dd4df0208d840ba0cbc5c;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Ingo Molnar --- 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 @@ #include #include #include -#include #include #include #include