dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jesper Juhl 2010-11-07 23:24:44 +01:00 committed by Jiri Kosina
parent b7bedd8043
commit e987fa357a
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
#include <linux/timer.h>
#include <linux/io.h>
#include <linux/kfifo.h>
#include <linux/mutex.h>
#include <asm/byteorder.h>