diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-04 19:37:56 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-10 03:52:19 -0500 |
commit | a2888ec985f36f8584609fedc916e5b1fd37aaac (patch) | |
tree | 84fd8cf700a6f131ecf7c7829a0bb3cb81b5de2f /drivers | |
parent | ce64b8d85de96a1a9538f6dbc960ef592ca05fe8 (diff) |
SCSI, ISCSI: Just #include "host.h" once in host.c
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/isci/host.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
58 | #include "host.h" | 58 | #include "host.h" |
59 | #include "isci.h" | 59 | #include "isci.h" |
60 | #include "port.h" | 60 | #include "port.h" |
61 | #include "host.h" | ||
62 | #include "probe_roms.h" | 61 | #include "probe_roms.h" |
63 | #include "remote_device.h" | 62 | #include "remote_device.h" |
64 | #include "request.h" | 63 | #include "request.h" |