On Wed, Mar 30, 2011 at 12:21 AM, Joe Perches <[email protected]> wrote: > It's used by a non-init function. > > Signed-off-by: Joe Perches <[email protected]>
Acked-by: Corentin Chary <[email protected]> > --- > 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 platform-driver-x86" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
