SCSI, ISCSI: Just #include "host.h" once in host.c
authorJesper Juhl <jj@chaosbits.net>
Sun, 5 Feb 2012 00:37:56 +0000 (01:37 +0100)
committerJiri Kosina <jkosina@suse.cz>
Fri, 10 Feb 2012 08:52:19 +0000 (09:52 +0100)
There's no need to include the header twice.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/isci/host.c

index 1a65d65..0061cfd 100644 (file)
@@ -58,7 +58,6 @@
 #include "host.h"
 #include "isci.h"
 #include "port.h"
-#include "host.h"
 #include "probe_roms.h"
 #include "remote_device.h"
 #include "request.h"