Skip to content

Commit

Permalink
platform/x86: x86-android-tablets: Move remaining tablets to other.c
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Hans de Goede committed Mar 7, 2023
1 parent 7bf974f commit cc183ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/platform/x86/x86-android-tablets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit cc183ad

Please sign in to comment.