Skip to content

Commit

Permalink
asus-wmi: fix section mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
  • Loading branch information
Corentin Chary authored and Matthew Garrett committed Aug 5, 2011
1 parent e9809c0 commit 8fe8c25
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 @@ -1712,7 +1712,7 @@ static int asus_wmi_probe(struct platform_device *pdev)

static bool used;

int asus_wmi_register_driver(struct asus_wmi_driver *driver)
int __init_or_module asus_wmi_register_driver(struct asus_wmi_driver *driver)
{
struct platform_driver *platform_driver;
struct platform_device *platform_device;
Expand Down

0 comments on commit 8fe8c25

Please sign in to comment.