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>
这个提交包含在:
Jesper Juhl
2012-02-05 01:37:56 +01:00
提交者 Jiri Kosina
父节点 ce64b8d85d
当前提交 a2888ec985

查看文件

@@ -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"