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> --- drivers/platform/x86/x86-android-tablets/Makefile | 2 +- .../x86-android-tablets/{x86-android-tablets-main.c => other.c} | 2 +- 2 files changed, 2 insertions(+), 2 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 d0e4f0353a00..12f5eb2c9b84 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 cb8d84983503..a0f8c4bb3237 100644 --- a/drivers/platform/x86/x86-android-tablets/x86-android-tablets-main.c +++ b/drivers/platform/x86/x86-android-tablets/other.c @@ -5,7 +5,7 @@ * 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