Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754330Ab0AOArd (ORCPT ); Thu, 14 Jan 2010 19:47:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752730Ab0AOArc (ORCPT ); Thu, 14 Jan 2010 19:47:32 -0500 Received: from [206.15.93.42] ([206.15.93.42]:15422 "EHLO visionfs1.visionengravers.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751156Ab0AOArb (ORCPT ); Thu, 14 Jan 2010 19:47:31 -0500 From: H Hartley Sweeten To: Linux Kernel , linux-scsi@vger.kernel.org Subject: [PATCH] scsi_scan.c: quiet sparse noise Date: Thu, 14 Jan 2010 17:47:32 -0700 Cc: James.Bottomley@suse.de MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201001141747.32906.hartleys@visionengravers.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 978 Lines: 30 scsi_scan.c: quiet sparse noise Include the 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 Cc: James E.J. Bottomley --- 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 #include #include +#include #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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/