浏览代码

target: remove duplicate include of target/target_core_device.h from drivers/target/target_core_hba.c

drivers/target/target_core_hba.c includes target/target_core_device.h
twice - the two includes are even on two lines next to each other.
This patch removes the duplicate include.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jesper Juhl 14 年之前
父节点
当前提交
5629f8a7fa
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/target/target_core_hba.c

+ 0 - 1
drivers/target/target_core_hba.c

@@ -38,7 +38,6 @@
 
 
 #include <target/target_core_base.h>
 #include <target/target_core_base.h>
 #include <target/target_core_device.h>
 #include <target/target_core_device.h>
-#include <target/target_core_device.h>
 #include <target/target_core_tpg.h>
 #include <target/target_core_tpg.h>
 #include <target/target_core_transport.h>
 #include <target/target_core_transport.h>