Commit 5629f8a7fa391e40e61d528d4f5d7850dbfdf7ae

Authored by Jesper Juhl
Committed by Jiri Kosina
1 parent 177b241d0e

target: remove duplicate include of target/target_core_device.h from drivers/tar…

…get/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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/target/target_core_hba.c
... ... @@ -38,7 +38,6 @@
38 38  
39 39 #include <target/target_core_base.h>
40 40 #include <target/target_core_device.h>
41   -#include <target/target_core_device.h>
42 41 #include <target/target_core_tpg.h>
43 42 #include <target/target_core_transport.h>
44 43