Sfoglia il codice sorgente

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 anni fa
parent
commit
5629f8a7fa
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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_device.h>
-#include <target/target_core_device.h>
 #include <target/target_core_tpg.h>
 #include <target/target_core_transport.h>