[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTimmpL41yL5Z-Gb=iVxz83Q0ob6EOErh6TMHQ9Hb@mail.gmail.com>
Date: Thu, 31 Mar 2011 09:17:48 +0200
From: Corentin Chary <corentin.chary@...il.com>
To: Joe Perches <joe@...ches.com>
Cc: Matthew Garrett <mjg@...hat.com>,
acpi4asus-user@...ts.sourceforge.net,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 01/23] asus-wmi: Remove __init from asus_wmi_platform_init
On Wed, Mar 30, 2011 at 12:21 AM, Joe Perches <joe@...ches.com> wrote:
> It's used by a non-init function.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
Acked-by: Corentin Chary <corentincj@...aif.net>
> ---
> drivers/platform/x86/asus-wmi.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
> index efc776c..c382af6 100644
> --- 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 platform_device *device)
> /*
> * 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;
>
> --
> 1.7.4.2.g597a6.dirty
>
>
--
Corentin Chary
http://xf.iksaif.net
--
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