]> Pileus Git - ~andy/linux/commitdiff
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)
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

index 4bbe8208b241b3792ecaffa917eaafc80e74cd81..74d84f7fbb3d678e60a7b0eb8eb375560821160b 100644 (file)
@@ -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>