Sfoglia il codice sorgente

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>
Jesper Juhl 14 anni fa
parent
commit
e987fa357a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      drivers/infiniband/hw/cxgb4/iw_cxgb4.h

+ 0 - 1
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>