* [Xenomai-core] [PATCH] terminate PCI ID tables of CAN drivers
@ 2007-12-29 15:34 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2007-12-29 15:34 UTC (permalink / raw)
To: Wolfgang Grandegger; +Cc: Xenomai-core
[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]
Hi Wolfgang,
interesting, 2.6.24 started to complain about this. This is just FYI, I
already committed it to trunk and 2.4.x.
Jan
Index: xenomai/ksrc/drivers/can/sja1000/rtcan_ixxat_pci.c
===================================================================
--- xenomai/ksrc/drivers/can/sja1000/rtcan_ixxat_pci.c (Revision 3330)
+++ xenomai/ksrc/drivers/can/sja1000/rtcan_ixxat_pci.c (Arbeitskopie)
@@ -74,6 +74,7 @@
static struct pci_device_id ixxat_pci_tbl[] = {
{IXXAT_PCI_VENDOR_ID, IXXAT_PCI_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { }
};
MODULE_DEVICE_TABLE (pci, ixxat_pci_tbl);
Index: xenomai/ksrc/drivers/can/sja1000/rtcan_peak_pci.c
===================================================================
--- xenomai/ksrc/drivers/can/sja1000/rtcan_peak_pci.c (Revision 3330)
+++ xenomai/ksrc/drivers/can/sja1000/rtcan_peak_pci.c (Arbeitskopie)
@@ -78,6 +78,7 @@
static struct pci_device_id peak_pci_tbl[] = {
{PEAK_PCI_VENDOR_ID, PEAK_PCI_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { }
};
MODULE_DEVICE_TABLE (pci, peak_pci_tbl);
Index: xenomai/ksrc/drivers/can/sja1000/rtcan_ems_pci.c
===================================================================
--- xenomai/ksrc/drivers/can/sja1000/rtcan_ems_pci.c (Revision 3330)
+++ xenomai/ksrc/drivers/can/sja1000/rtcan_ems_pci.c (Arbeitskopie)
@@ -98,6 +98,7 @@
static struct pci_device_id ems_pci_tbl[] = {
{EMS_PCI_VENDOR_ID, EMS_PCI_DEVICE_ID,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { }
};
MODULE_DEVICE_TABLE (pci, ems_pci_tbl);
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-29 15:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-29 15:34 [Xenomai-core] [PATCH] terminate PCI ID tables of CAN drivers Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.