diff options
author | Jesper Juhl <jj@chaosbits.net> | 2010-11-07 23:24:44 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-15 14:35:19 +0100 |
commit | e987fa357a4c585e4f43fc3e0ab15ba9e908e233 (patch) | |
tree | 933731c94a594461d83ba3b1e21ca001c82b477e | |
parent | b7bedd804333f13248c0fee57eeef764edfcbc9b (diff) |
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.h | 1 |
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> |