From: Jesper Juhl Date: Sun, 5 Feb 2012 00:37:56 +0000 (+0100) Subject: SCSI, ISCSI: Just #include "host.h" once in host.c X-Git-Tag: firefly_0821_release~3680^2~2815^2~106 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a2888ec985f36f8584609fedc916e5b1fd37aaac;p=firefly-linux-kernel-4.4.55.git SCSI, ISCSI: Just #include "host.h" once in host.c There's no need to include the header twice. Signed-off-by: Jesper Juhl Signed-off-by: Jiri Kosina --- diff --git a/drivers/scsi/isci/host.c b/drivers/scsi/isci/host.c index 1a65d6514237..0061cfd93bb2 100644 --- a/drivers/scsi/isci/host.c +++ b/drivers/scsi/isci/host.c @@ -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"