mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 13:23:35 -04:00
media: atomisp: gc0310: Drop XXGC0310 ACPI hardware-id
The XXGC0310 ACPI hardware-id does not appear to be used in the DSDTs of any hardware out there, so drop it. Link: https://lore.kernel.org/r/20230518153214.194976-5-hdegoede@redhat.com Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
250781c5a2
commit
76d2d7d6af
@@ -471,7 +471,6 @@ static int gc0310_resume(struct device *dev)
|
||||
static DEFINE_RUNTIME_DEV_PM_OPS(gc0310_pm_ops, gc0310_suspend, gc0310_resume, NULL);
|
||||
|
||||
static const struct acpi_device_id gc0310_acpi_match[] = {
|
||||
{"XXGC0310"},
|
||||
{"INT0310"},
|
||||
{},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user