summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/x86-android-tablets/core.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-02-19 19:43:03 +0300
committerHans de Goede <hdegoede@redhat.com>2023-03-07 14:08:30 +0300
commit3a75d1690b9adb116ca4d11578ff2fa358823382 (patch)
tree70f745ec372da1c5a443984e9cf73076f8416e64 /drivers/platform/x86/x86-android-tablets/core.c
parent62a5f689a068951de5ed8487ec7f0de52245bd92 (diff)
downloadlinux-3a75d1690b9adb116ca4d11578ff2fa358823382.tar.xz
platform/x86: x86-android-tablets: Move DMI match table into its own dmi.c file
In order to have a single MODULE_DEVICE_TABLE(dmi, ...), while allowing splitting the board descriptions into multiple files, add a new separate file for the DMI match table. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20230301092331.7038-5-hdegoede@redhat.com
Diffstat (limited to 'drivers/platform/x86/x86-android-tablets/core.c')
-rw-r--r--drivers/platform/x86/x86-android-tablets/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/x86/x86-android-tablets/core.c b/drivers/platform/x86/x86-android-tablets/core.c
index ddd24881f392..779d49c66987 100644
--- a/drivers/platform/x86/x86-android-tablets/core.c
+++ b/drivers/platform/x86/x86-android-tablets/core.c
@@ -253,8 +253,6 @@ static void x86_android_tablet_cleanup(void)
software_node_unregister(bat_swnode);
}
-extern const struct dmi_system_id x86_android_tablet_ids[];
-
static __init int x86_android_tablet_init(void)
{
const struct x86_dev_info *dev_info;