Skip to content

Commit cc183ad

Browse files
committed
platform/x86: x86-android-tablets: Move remaining tablets to other.c
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 <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7bf974f commit cc183ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/platform/x86/x86-android-tablets/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
77

88
x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
9-
asus.o lenovo.o x86-android-tablets-main.o
9+
asus.o lenovo.o other.o

drivers/platform/x86/x86-android-tablets/x86-android-tablets-main.c renamed to drivers/platform/x86/x86-android-tablets/other.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* DMI based code to deal with broken DSDTs on X86 tablets which ship with
44
* Android as (part of) the factory image. The factory kernels shipped on these
55
* devices typically have a bunch of things hardcoded, rather than specified
66
* in their DSDT.
77
*
8-
* Copyright (C) 2021-2022 Hans de Goede <[email protected]>
8+
* Copyright (C) 2021-2023 Hans de Goede <[email protected]>
99
*/
1010

1111
#include <linux/acpi.h>

0 commit comments

Comments
 (0)