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>
This commit is contained in:
parent
ce64b8d85d
commit
a2888ec985
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@
|
||||||
#include "host.h"
|
#include "host.h"
|
||||||
#include "isci.h"
|
#include "isci.h"
|
||||||
#include "port.h"
|
#include "port.h"
|
||||||
#include "host.h"
|
|
||||||
#include "probe_roms.h"
|
#include "probe_roms.h"
|
||||||
#include "remote_device.h"
|
#include "remote_device.h"
|
||||||
#include "request.h"
|
#include "request.h"
|
||||||
|
|
Loading…
Reference in a new issue