platform/x86: x86-android-tablets: Move remaining tablets to other.c
authorHans de Goede <hdegoede@redhat.com>
Sun, 19 Feb 2023 20:36:23 +0000 (21:36 +0100)
committerHans de Goede <hdegoede@redhat.com>
Tue, 7 Mar 2023 11:08:31 +0000 (12:08 +0100)
All that remains now in x86-android-tablets-main.c is info for other
(non Asus / Lenovo) tablets. Rename it to other.c to reflect this.

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-9-hdegoede@redhat.com
drivers/platform/x86/x86-android-tablets/Makefile
drivers/platform/x86/x86-android-tablets/other.c [moved from drivers/platform/x86/x86-android-tablets/x86-android-tablets-main.c with 99% similarity]

index d881a824fa3df27d5b708c208c05219f03ab2bab..41ece5a3713735b09377efa3ce65321f0a21d7f8 100644 (file)
@@ -6,4 +6,4 @@
 obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
 
 x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
-                        asus.o lenovo.o x86-android-tablets-main.o
+                        asus.o lenovo.o other.o
similarity index 99%
rename from drivers/platform/x86/x86-android-tablets/x86-android-tablets-main.c
rename to drivers/platform/x86/x86-android-tablets/other.c
index 0362194e225c5212462e499f8049053af74c6933..83b30b24d57f00563f22c544eeab6acd518250ed 100644 (file)
@@ -1,11 +1,11 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * DMI based code to deal with broken DSDTs on X86 tablets which ship with
  * Android as (part of) the factory image. The factory kernels shipped on these
  * devices typically have a bunch of things hardcoded, rather than specified
  * in their DSDT.
  *
- * Copyright (C) 2021-2022 Hans de Goede <hdegoede@redhat.com>
+ * Copyright (C) 2021-2023 Hans de Goede <hdegoede@redhat.com>
  */
 
 #include <linux/acpi.h>