2.6.39-stable review patch. If anyone has any objections, please let us know.
------------------ From: Joe Perches <[email protected]> commit 39ddf3bf6463bc86041e806b43e014d50a144aa4 upstream. It's used by a non-init function. Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Matthew Garrett <[email protected]> Cc: Jiri Slaby <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- 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; _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
