[PATCH 2/2] Char: cs5535_gpio, add MODULE_DEVICE_TABLE

From: Jiri Slaby
Date: Wed Mar 21 2007 - 10:31:45 EST


cs5535_gpio, add MODULE_DEVICE_TABLE

Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>

---
commit 5c1471a017fdf505ae98b930a928753111661375
tree e54b3d338ea2bf7878620148f2bfd56196f8d2c3
parent c0854f5f8b3912aa8f31d329be14306349fb9a27
author Jiri Slaby <jirislaby@xxxxxxxxx> Wed, 21 Mar 2007 15:23:34 +0100
committer Jiri Slaby <jirislaby@xxxxxxxxx> Wed, 21 Mar 2007 15:23:34 +0100

drivers/char/cs5535_gpio.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/cs5535_gpio.c b/drivers/char/cs5535_gpio.c
index c02d9e9..fe6d240 100644
--- a/drivers/char/cs5535_gpio.c
+++ b/drivers/char/cs5535_gpio.c
@@ -44,6 +44,7 @@ static struct pci_device_id divil_pci[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_ISA) },
{ } /* NULL entry */
};
+MODULE_DEVICE_TABLE(pci, divil_pci);

static struct cdev cs5535_gpio_cdev;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/