[PATCH v2 08/21] gpio: sodaville: Add missing PCI module annotations

From: Uwe Kleine-König (The Capable Hub)

Date: Wed Jul 15 2026 - 12:59:31 EST


A driver module matching devices using a PCI device id table is
supposed to declare that in the module's metadata. Add this information
to the sodaville driver.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
---
drivers/gpio/gpio-sodaville.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-sodaville.c b/drivers/gpio/gpio-sodaville.c
index 37c133837729..9f4cd23c872f 100644
--- a/drivers/gpio/gpio-sodaville.c
+++ b/drivers/gpio/gpio-sodaville.c
@@ -241,6 +241,7 @@ static const struct pci_device_id sdv_gpio_pci_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_SDV_GPIO) },
{ 0, },
};
+MODULE_DEVICE_TABLE(pci, sdv_gpio_pci_ids);

static struct pci_driver sdv_gpio_driver = {
.driver = {
--
2.55.0.11.g153666a7d9bb