mirror of https://gitee.com/openkylin/linux.git
platform/x86: huawei-wmi: huawei_wmi can be static
Fixes: 7532afb35012 ("platform/x86: huawei-wmi: Move to platform driver") Signed-off-by: kbuild test robot <lkp@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
d17f1bbb3a
commit
9bfc14cb6a
|
@ -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 } },
|
||||
|
|
Loading…
Reference in New Issue