* scsi_scan.c: quiet sparse noise
@ 2011-01-18 20:28 H Hartley Sweeten
0 siblings, 0 replies; only message in thread
From: H Hartley Sweeten @ 2011-01-18 20:28 UTC (permalink / raw)
To: Linux Kernel; +Cc: linux-scsi, James.Bottomley
Include header to quiet sparse noise about scsi_complete_async_scans
not being declared.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: James E.J. Bottomley <James.Bottomley@suse.de>
---
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c
index 087821f..f1ef02b 100644
--- a/drivers/scsi/scsi_scan.c
+++ b/drivers/scsi/scsi_scan.c
@@ -43,6 +43,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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-18 20:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 20:28 scsi_scan.c: quiet sparse noise H Hartley Sweeten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox