All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] infiniband: mutex header included twice in cxgb4 header
@ 2010-10-30 13:23 Jesper Juhl
  0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2010-10-30 13:23 UTC (permalink / raw)
  To: linux-rdma; +Cc: Roland Dreier, Sean Hefty, Hal Rosenstock, linux-kernel

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@chaosbits.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@chaosbits.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-30 13:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-30 13:23 [PATCH] infiniband: mutex header included twice in cxgb4 header Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.