Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932325AbZJAI34 (ORCPT ); Thu, 1 Oct 2009 04:29:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932315AbZJAI3y (ORCPT ); Thu, 1 Oct 2009 04:29:54 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:56703 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932208AbZJAI3s (ORCPT ); Thu, 1 Oct 2009 04:29:48 -0400 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: linux-kernel@vger.kernel.org Cc: Sam Ravnborg , Andrew Morton , "James E.J. Bottomley" , Yang Hongyang , James Bottomley , Alan Cox , linux-scsi@vger.kernel.org Subject: [PATCH 08/34] move initio_remove_one to .devexit.text Date: Thu, 1 Oct 2009 10:28:12 +0200 Message-Id: <1254385718-14254-8-git-send-email-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 1.6.4.3 In-Reply-To: <20091001082607.GA2181@pengutronix.de> References: <20091001082607.GA2181@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 36 The function initio_remove_one is used only wrapped by __devexit_p so define it using __devexit. Signed-off-by: Uwe Kleine-König Cc: James E.J. Bottomley Cc: Yang Hongyang Cc: James Bottomley Cc: Andrew Morton Cc: Alan Cox Cc: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- drivers/scsi/initio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/initio.c b/drivers/scsi/initio.c index 89a5948..8bbfd99 100644 --- a/drivers/scsi/initio.c +++ b/drivers/scsi/initio.c @@ -2964,7 +2964,7 @@ out_disable_device: * finished being used. */ -static void initio_remove_one(struct pci_dev *pdev) +static void __devexit initio_remove_one(struct pci_dev *pdev) { struct Scsi_Host *host = pci_get_drvdata(pdev); struct initio_host *s = (struct initio_host *)host->hostdata; -- 1.6.4.3 -- 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/