summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-05-18 13:43:45 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-06-09 14:55:56 +0100
commit76d2d7d6afae2fe5bd7f8e441e9944c6ac8f10dc (patch)
tree0f44be9d1f19a544073c3af739a834ba4f0dd830 /drivers/staging
parent250781c5a2e6a0335b85f2342415fe6f1180c6e0 (diff)
downloadlinux-stable-76d2d7d6afae2fe5bd7f8e441e9944c6ac8f10dc.tar.gz
linux-stable-76d2d7d6afae2fe5bd7f8e441e9944c6ac8f10dc.tar.bz2
linux-stable-76d2d7d6afae2fe5bd7f8e441e9944c6ac8f10dc.zip
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/media/atomisp/i2c/atomisp-gc0310.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c b/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
index 273155308fe3..c1590ad8f66f 100644
--- a/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
+++ b/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
@@ -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"},
{},
};