From: Jesper Juhl Date: Mon, 17 Jan 2011 21:49:36 +0000 (+0100) Subject: target: remove duplicate include of target/target_core_device.h from drivers/target... X-Git-Tag: v2.6.39-rc1~428^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5629f8a7fa391e40e61d528d4f5d7850dbfdf7ae;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Jiri Kosina --- diff --git a/drivers/target/target_core_hba.c b/drivers/target/target_core_hba.c index 4bbe820..74d84f7 100644 --- a/drivers/target/target_core_hba.c +++ b/drivers/target/target_core_hba.c @@ -38,7 +38,6 @@ #include #include -#include #include #include