Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5629f8a7 authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina
Browse files

target: remove duplicate include of target/target_core_device.h from...


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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 177b241d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>