Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52942b6b authored by Jesper Juhl's avatar Jesper Juhl Committed by Ingo Molnar
Browse files

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c66b9906
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>