diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-05 01:37:56 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-10 09:52:19 +0100 |
commit | a2888ec985f36f8584609fedc916e5b1fd37aaac (patch) | |
tree | 84fd8cf700a6f131ecf7c7829a0bb3cb81b5de2f | |
parent | power, max8998: Include linux/module.h just once in drivers/power/max8998_cha... (diff) | |
download | linux-a2888ec985f36f8584609fedc916e5b1fd37aaac.tar.xz linux-a2888ec985f36f8584609fedc916e5b1fd37aaac.zip |
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>
-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 @@ #include "host.h" #include "isci.h" #include "port.h" -#include "host.h" #include "probe_roms.h" #include "remote_device.h" #include "request.h" |