Skip to content

Commit

Permalink
SCSI, ISCSI: Just #include "host.h" once in host.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Jiri Kosina committed Feb 10, 2012
1 parent ce64b8d commit a2888ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/isci/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2888ec

Please sign in to comment.