Skip to content

Commit

Permalink
hid-asus: Add MODULE_IMPORT_NS(ASUS_WMI)
Browse files Browse the repository at this point in the history
A small change to asus_wmi_evaluate_method() was introduced during
asus-armoury driver development to put the exports behind a namespace.

Import that namespace here.

Signed-off-by: Luke D. Jones <luke@ljones.dev>
Acked-by: Jiri Kosina <jkosina@suse.com>
  • Loading branch information
flukejones committed Jan 5, 2025
1 parent f4b70f5 commit 01235c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hid/hid-asus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1301,4 +1301,5 @@ static struct hid_driver asus_driver = {
};
module_hid_driver(asus_driver);

MODULE_IMPORT_NS(ASUS_WMI);
MODULE_LICENSE("GPL");

0 comments on commit 01235c0

Please sign in to comment.