浏览代码

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 13 年之前
父节点
当前提交
a2888ec985
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/scsi/isci/host.c

+ 0 - 1
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"