[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090104110951.C9AB.WEIYI.HUANG@gmail.com>
Date: Sun, 04 Jan 2009 11:13:58 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: mingo@...e.hu
Cc: linux-kernel@...r.kernel.org
Subject: swiotlb: remove duplicated #include
Removed duplicated #include in lib/swiotlb.c.
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
diff --git a/lib/swiotlb.c b/lib/swiotlb.c
index fa2dc4e..c3fbcd8 100644
--- a/lib/swiotlb.c
+++ b/lib/swiotlb.c
@@ -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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists