aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2010-11-07 23:24:44 +0100
committerJiri Kosina <jkosina@suse.cz>2010-11-15 14:35:19 +0100
commite987fa357a4c585e4f43fc3e0ab15ba9e908e233 (patch)
tree933731c94a594461d83ba3b1e21ca001c82b477e
parentARM, mm: Don't include smp_plat.h twice in flush.c (diff)
downloadlinux-dev-e987fa357a4c585e4f43fc3e0ab15ba9e908e233.tar.xz
linux-dev-e987fa357a4c585e4f43fc3e0ab15ba9e908e233.zip
infiniband: Only include mutex.h once in drivers/infiniband/hw/cxgb4/iw_cxgb4.h
Only include the header linux/mutex.h once inside drivers/infiniband/hw/cxgb4/iw_cxgb4.h Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/infiniband/hw/cxgb4/iw_cxgb4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
index 16032cdb4337..42bb5757d1b9 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>