target: remove duplicate include of target/target_core_device.h from drivers/target...
authorJesper Juhl <jj@chaosbits.net>
Mon, 17 Jan 2011 21:49:36 +0000 (22:49 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 17 Feb 2011 15:40:25 +0000 (16:40 +0100)
commit5629f8a7fa391e40e61d528d4f5d7850dbfdf7ae
tree959c1d13d6a8714c8d06f81ab3c5cbdfffb079cf
parent177b241d0ed7154417d3510695c6d14107591e80
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>
drivers/target/target_core_hba.c