[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.0901022356121.5463@swampdragon.chaosbits.net>
Date: Sat, 3 Jan 2009 00:16:03 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: LKML <linux-kernel@...r.kernel.org>
cc: David Mosberger-Tang <davidm@....hp.com>,
Goutham Rao <goutham.rao@...el.com>,
Asit Mallick <Asit.K.Mallick@...el.com>,
David.Mosberger@....org
Subject: [PATCH] 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@...osbits.net>
---
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>
--
Jesper Juhl <jj@...osbits.net>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
--
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