[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <406898712076012596@karneval.cz>
Date: Wed, 21 Mar 2007 15:31:14 +0100 (CET)
From: Jiri Slaby <jirislaby@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Ben Gardner <bgardner@...tec.com>
Subject: [PATCH 2/2] Char: cs5535_gpio, add MODULE_DEVICE_TABLE
cs5535_gpio, add MODULE_DEVICE_TABLE
Signed-off-by: Jiri Slaby <jirislaby@...il.com>
---
commit 5c1471a017fdf505ae98b930a928753111661375
tree e54b3d338ea2bf7878620148f2bfd56196f8d2c3
parent c0854f5f8b3912aa8f31d329be14306349fb9a27
author Jiri Slaby <jirislaby@...il.com> Wed, 21 Mar 2007 15:23:34 +0100
committer Jiri Slaby <jirislaby@...il.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists