[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1010301519010.7979@swampdragon.chaosbits.net>
Date: Sat, 30 Oct 2010 15:23:01 +0200 (CEST)
From: Jesper Juhl <jj@...osbits.net>
To: linux-rdma@...r.kernel.org
cc: Roland Dreier <rolandd@...co.com>,
Sean Hefty <sean.hefty@...el.com>,
Hal Rosenstock <hal.rosenstock@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] infiniband: mutex header included twice in cxgb4 header
Hi,
drivers/infiniband/hw/cxgb4/iw_cxgb4.h includes 'linux/mutex.h' twice,
this removes the duplicate.
(please CC me on replies)
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
iw_cxgb4.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
index 16032cd..42bb575 100644
--- a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
+++ b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
@@ -46,7 +46,6 @@
#include <linux/timer.h>
#include <linux/io.h>
#include <linux/kfifo.h>
-#include <linux/mutex.h>
#include <asm/byteorder.h>
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Plain text mails only, please http://www.expita.com/nomime.html
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.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