Commit 9bfc14cb authored by kbuild test robot's avatar kbuild test robot Committed by Andy Shevchenko

platform/x86: huawei-wmi: huawei_wmi can be static

Fixes: 7532afb35012 ("platform/x86: huawei-wmi: Move to platform driver")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent d17f1bbb
......@@ -71,7 +71,7 @@ struct huawei_wmi {
struct mutex wmi_lock;
};
struct huawei_wmi *huawei_wmi;
static struct huawei_wmi *huawei_wmi;
static const struct key_entry huawei_wmi_keymap[] = {
{ KE_KEY, 0x281, { KEY_BRIGHTNESSDOWN } },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment