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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment