Skip to content

Commit

Permalink
asus-wmi: Remove __init from asus_wmi_platform_init
Browse files Browse the repository at this point in the history
It's used by a non-init function.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
  • Loading branch information
Joe Perches authored and Matthew Garrett committed May 27, 2011
1 parent dc7acbb commit 39ddf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/asus-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 39ddf3b

Please sign in to comment.