platform/x86: asus-tf103c-dock: Make 2 global structs static
authorHans de Goede <hdegoede@redhat.com>
Mon, 17 Jan 2022 11:26:44 +0000 (12:26 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 24 Jan 2022 09:41:47 +0000 (10:41 +0100)
commitf8c28b93d2628610cf793b3528f6f40fd1c7cd5b
tree9bdbd212c2bc6c9740a2633011daa82fac522daa
parentf7086daab3b540c89951b9b4c00fc49111f7cfa6
platform/x86: asus-tf103c-dock: Make 2 global structs static

tf103c_dock_hid_ll_driver and tf103c_dock_pm_ops are not used outside of
the driver, make them both static.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220117112644.260168-2-hdegoede@redhat.com
drivers/platform/x86/asus-tf103c-dock.c