[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201001141747.32906.hartleys@visionengravers.com>
Date: Thu, 14 Jan 2010 17:47:32 -0700
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>,
linux-scsi@...r.kernel.org
Cc: James.Bottomley@...e.de
Subject: [PATCH] scsi_scan.c: quiet sparse noise
scsi_scan.c: quiet sparse noise
Include the <scsi/scsi_scan.h> header to pick up the extern
prototype of scsi_complete_async_scans in order to quiet
the following sparse warning:
warning: symbol 'scsi_complete_async_scans' was not declared. Should it be static?
Signed-off-by: H Hartley Sweeten <hsweeten@...ionengravers.com>
Cc: James E.J. Bottomley <James.Bottomley@...e.de>
---
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c
index 012f73a..6e3ca0a 100644
--- a/drivers/scsi/scsi_scan.c
+++ b/drivers/scsi/scsi_scan.c
@@ -42,6 +42,7 @@
#include <scsi/scsi_host.h>
#include <scsi/scsi_transport.h>
#include <scsi/scsi_eh.h>
+#include <scsi/scsi_scan.h>
#include "scsi_priv.h"
#include "scsi_logging.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists