projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce64b8d
)
SCSI, ISCSI: Just #include "host.h" once in host.c
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 5 Feb 2012 00:37:56 +0000
(
01:37
+0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 10 Feb 2012 08:52:19 +0000
(09:52 +0100)
There's no need to include the header twice.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/isci/host.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/isci/host.c
b/drivers/scsi/isci/host.c
index 1a65d6514237dd59ac24c8deb89f1afce27a4e3d..0061cfd93bb2c55c0f023de7caf1b38b5dbbd38d 100644
(file)
--- a/
drivers/scsi/isci/host.c
+++ b/
drivers/scsi/isci/host.c
@@
-58,7
+58,6
@@
#include "host.h"
#include "isci.h"
#include "port.h"
-#include "host.h"
#include "probe_roms.h"
#include "remote_device.h"
#include "request.h"