diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2011-07-01 05:34:32 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-08-05 14:45:55 -0400 |
commit | 8fe8c25ef92ffc773a49c4b0dab2938a6fd64489 (patch) | |
tree | a71c538fbe3e0a0e5e14faf6df11dca00be33086 /drivers | |
parent | e9809c0b9670656855655d8ed6dc33718ec12ba2 (diff) |
asus-wmi: fix section mismatch
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | 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 83a7a8101fd6..41a96f2b136e 100644 --- a/drivers/platform/x86/asus-wmi.c +++ b/drivers/platform/x86/asus-wmi.c | |||
@@ -1712,7 +1712,7 @@ static int asus_wmi_probe(struct platform_device *pdev) | |||
1712 | 1712 | ||
1713 | static bool used; | 1713 | static bool used; |
1714 | 1714 | ||
1715 | int asus_wmi_register_driver(struct asus_wmi_driver *driver) | 1715 | int __init_or_module asus_wmi_register_driver(struct asus_wmi_driver *driver) |
1716 | { | 1716 | { |
1717 | struct platform_driver *platform_driver; | 1717 | struct platform_driver *platform_driver; |
1718 | struct platform_device *platform_device; | 1718 | struct platform_device *platform_device; |