[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110616000232.047191770@clark.kroah.org>
Date: Wed, 15 Jun 2011 16:59:54 -0700
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org, stable@...nel.org
Cc: stable-review@...nel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
Joe Perches <joe@...ches.com>,
Matthew Garrett <mjg@...hat.com>, Jiri Slaby <jslaby@...e.cz>
Subject: [31/89] asus-wmi: Remove __init from asus_wmi_platform_init
2.6.39-stable review patch. If anyone has any objections, please let us know.
------------------
From: Joe Perches <joe@...ches.com>
commit 39ddf3bf6463bc86041e806b43e014d50a144aa4 upstream.
It's used by a non-init function.
Signed-off-by: Joe Perches <joe@...ches.com>
Signed-off-by: Matthew Garrett <mjg@...hat.com>
Cc: Jiri Slaby <jslaby@...e.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/platform/x86/asus-wmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/platform/x86/asus-wmi.c
+++ b/drivers/platform/x86/asus-wmi.c
@@ -1223,7 +1223,7 @@ static int asus_wmi_sysfs_init(struct pl
/*
* Platform device
*/
-static int __init asus_wmi_platform_init(struct asus_wmi *asus)
+static int asus_wmi_platform_init(struct asus_wmi *asus)
{
int rv;
--
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