Skip to content

Commit

Permalink
target: remove duplicate include of target/target_core_device.h from …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jjuhl authored and Jiri Kosina committed Feb 17, 2011
1 parent 177b241 commit 5629f8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/target/target_core_hba.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 5629f8a

Please sign in to comment.