From: Jesper Juhl Date: Sun, 5 Feb 2012 00:37:56 +0000 (+0100) Subject: isci: Just #include "host.h" once in host.c X-Git-Tag: next-20120417~47^2^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3626127fb6865316b7653aa6ba1c5a825c6769bf;p=karo-tx-linux.git isci: Just #include "host.h" once in host.c There's no need to include the header twice. Signed-off-by: Jesper Juhl Signed-off-by: Dan Williams --- diff --git a/drivers/scsi/isci/host.c b/drivers/scsi/isci/host.c index e3cf3832c5b6..d4bf9c12ecd4 100644 --- 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"