[PATCH v2 08/14] platform/x86: x86-android-tablets: Move remaining tablets to other.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
Changes in v2:
- Use GPL-2.0-or-later for SPDX identifier
---
 drivers/platform/x86/x86-android-tablets/Makefile             | 2 +-
 .../{x86-android-tablets-main.c => other.c}                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename drivers/platform/x86/x86-android-tablets/{x86-android-tablets-main.c => other.c} (99%)

diff --git a/drivers/platform/x86/x86-android-tablets/Makefile b/drivers/platform/x86/x86-android-tablets/Makefile
index d881a824fa3d..41ece5a37137 100644
--- a/drivers/platform/x86/x86-android-tablets/Makefile
+++ b/drivers/platform/x86/x86-android-tablets/Makefile
@@ -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
diff --git a/drivers/platform/x86/x86-android-tablets/x86-android-tablets-main.c b/drivers/platform/x86/x86-android-tablets/other.c
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 0362194e225c..83b30b24d57f 100644
--- a/drivers/platform/x86/x86-android-tablets/x86-android-tablets-main.c
+++ b/drivers/platform/x86/x86-android-tablets/other.c
@@ -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@xxxxxxxxxx>
+ * Copyright (C) 2021-2023 Hans de Goede <hdegoede@xxxxxxxxxx>
  */
 
 #include <linux/acpi.h>
-- 
2.39.1




[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux