From 3626127fb6865316b7653aa6ba1c5a825c6769bf Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Sun, 5 Feb 2012 01:37:56 +0100 Subject: [PATCH] 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 --- drivers/scsi/isci/host.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5