From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932366AbZJAIcH (ORCPT ); Thu, 1 Oct 2009 04:32:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932353AbZJAIcF (ORCPT ); Thu, 1 Oct 2009 04:32:05 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:56647 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932277AbZJAI3i (ORCPT ); Thu, 1 Oct 2009 04:29:38 -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" , James Bottomley , Dmitri Vorobiev , linux-scsi@vger.kernel.org Subject: [PATCH 23/34] don't use __devexit_p to wrap sgiwd93_remove Date: Thu, 1 Oct 2009 10:28:27 +0200 Message-Id: <1254385718-14254-23-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 The function sgiwd93_remove is defined using __exit, so don't use __devexit_p but __exit_p to wrap it. Signed-off-by: Uwe Kleine-König Cc: James E.J. Bottomley Cc: James Bottomley Cc: Dmitri Vorobiev Cc: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- drivers/scsi/sgiwd93.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index 0807b26..2f28ec4 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c @@ -312,7 +312,7 @@ static int __exit sgiwd93_remove(struct platform_device *pdev) static struct platform_driver sgiwd93_driver = { .probe = sgiwd93_probe, - .remove = __devexit_p(sgiwd93_remove), + .remove = __exit_p(sgiwd93_remove), .driver = { .name = "sgiwd93", .owner = THIS_MODULE, -- 1.6.4.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Subject: [PATCH 23/34] don't use __devexit_p to wrap sgiwd93_remove Date: Thu, 1 Oct 2009 10:28:27 +0200 Message-ID: <1254385718-14254-23-git-send-email-u.kleine-koenig@pengutronix.de> References: <20091001082607.GA2181@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from metis.ext.pengutronix.de ([92.198.50.35]:56661 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932289AbZJAI3k (ORCPT ); Thu, 1 Oct 2009 04:29:40 -0400 In-Reply-To: <20091001082607.GA2181@pengutronix.de> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: Sam Ravnborg , Andrew Morton , "James E.J. Bottomley" , James Bottomley , Dmitri Vorobiev , linux-scsi@vger.kernel.org The function sgiwd93_remove is defined using __exit, so don't use __devexit_p but __exit_p to wrap it. Signed-off-by: Uwe Kleine-K=C3=B6nig Cc: James E.J. Bottomley Cc: James Bottomley Cc: Dmitri Vorobiev Cc: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- drivers/scsi/sgiwd93.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index 0807b26..2f28ec4 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c @@ -312,7 +312,7 @@ static int __exit sgiwd93_remove(struct platform_de= vice *pdev) =20 static struct platform_driver sgiwd93_driver =3D { .probe =3D sgiwd93_probe, - .remove =3D __devexit_p(sgiwd93_remove), + .remove =3D __exit_p(sgiwd93_remove), .driver =3D { .name =3D "sgiwd93", .owner =3D THIS_MODULE, --=20 1.6.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html