projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
177b241
)
target: remove duplicate include of target/target_core_device.h from drivers/target...
author
Jesper Juhl
<jj@chaosbits.net>
Mon, 17 Jan 2011 21:49:36 +0000
(22:49 +0100)
committer
Jiri 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/target/target_core_hba.c
b/drivers/target/target_core_hba.c
index 4bbe8208b241b3792ecaffa917eaafc80e74cd81..74d84f7fbb3d678e60a7b0eb8eb375560821160b 100644
(file)
--- a/
drivers/target/target_core_hba.c
+++ b/
drivers/target/target_core_hba.c
@@
-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>