lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 24 Nov 2009 22:07:21 +0100
From:	Uwe Kleine-König 
	<u.kleine-koenig@...gutronix.de>
To:	linux-kernel@...r.kernel.org
Cc:	akpm@...ux-foundation.org, Florian Fainelli <florian@...nwrt.org>,
	Eugene Konev <ejka@...i.kspu.ru>, Julia Lawall <julia@...u.dk>,
	"Robert P. J. Day" <rpjday@...shcourse.ca>,
	openwrt-devel@...ts.openwrt.org
Subject: [PATCH 26/38] move vlynq_remove to .devexit.text

The function vlynq_remove is used only wrapped by __devexit_p so define
it using __devexit.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Florian Fainelli <florian@...nwrt.org>
Cc: Eugene Konev <ejka@...i.kspu.ru>
Cc: Julia Lawall <julia@...u.dk>
Cc: Robert P. J. Day <rpjday@...shcourse.ca>
Cc: linux-kernel@...r.kernel.org
Cc: openwrt-devel@...ts.openwrt.org
---
 drivers/vlynq/vlynq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/vlynq/vlynq.c b/drivers/vlynq/vlynq.c
index 9554ad5..3ae6e86 100644
--- a/drivers/vlynq/vlynq.c
+++ b/drivers/vlynq/vlynq.c
@@ -756,7 +756,7 @@ fail_request:
 	return result;
 }
 
-static int vlynq_remove(struct platform_device *pdev)
+static int __devexit vlynq_remove(struct platform_device *pdev)
 {
 	struct vlynq_device *dev = platform_get_drvdata(pdev);
 
-- 
1.6.5.2

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ