All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] Marking the pci_device_id tables of the serial-subsys
@ 2006-04-24 15:15 Henne
  2006-04-24 15:24 ` [KJ] [PATCH] Marking the pci_device_id tables of the pcmcia-subsys Henne
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Henne @ 2006-04-24 15:15 UTC (permalink / raw)
  To: kernel-janitors

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Marking the pci_device_id tables of the serial-subsys as __devinitdata.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---

diff -urN linux-2.6.17-rc2/drivers/serial/8250_pci.c 
linux/drivers/serial/8250_pci.c
--- linux-2.6.17-rc2/drivers/serial/8250_pci.c	2006-03-20 
06:53:29.000000000 +0100
+++ linux/drivers/serial/8250_pci.c	2006-04-24 17:11:45.000000000 +0200
@@ -1813,7 +1813,7 @@
  	return 0;
  }

-static struct pci_device_id serial_pci_tbl[] = {
+static struct pci_device_id serial_pci_tbl[] __devinitdata = {
  	{	PCI_VENDOR_ID_V3, PCI_DEVICE_ID_V3_V960,
  		PCI_SUBVENDOR_ID_CONNECT_TECH,
  		PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_232, 0, 0,
diff -urN linux-2.6.17-rc2/drivers/serial/jsm/jsm_driver.c 
linux/drivers/serial/jsm/jsm_driver.c
--- linux-2.6.17-rc2/drivers/serial/jsm/jsm_driver.c	2006-04-24 
13:31:01.000000000 +0200
+++ linux/drivers/serial/jsm/jsm_driver.c	2006-04-24 17:12:42.000000000 
+0200
@@ -205,7 +205,7 @@
  	kfree(brd);
  }

-static struct pci_device_id jsm_pci_tbl[] = {
+static struct pci_device_id jsm_pci_tbl[] __devinitdata = {
  	{ PCI_DEVICE(PCI_VENDOR_ID_DIGI, PCI_DEVICE_ID_NEO_2DB9), 0, 0, 0 },
  	{ PCI_DEVICE(PCI_VENDOR_ID_DIGI, PCI_DEVICE_ID_NEO_2DB9PRI), 0, 0, 1 },
  	{ PCI_DEVICE(PCI_VENDOR_ID_DIGI, PCI_DEVICE_ID_NEO_2RJ45), 0, 0, 2 },
diff -urN linux-2.6.17-rc2/drivers/serial/serial_txx9.c 
linux/drivers/serial/serial_txx9.c
--- linux-2.6.17-rc2/drivers/serial/serial_txx9.c	2006-04-24 
13:31:01.000000000 +0200
+++ linux/drivers/serial/serial_txx9.c	2006-04-24 17:12:16.000000000 +0200
@@ -1149,7 +1149,7 @@
  	return 0;
  }

-static struct pci_device_id serial_txx9_pci_tbl[] = {
+static struct pci_device_id serial_txx9_pci_tbl[] __devinitdata = {
  	{	PCI_VENDOR_ID_TOSHIBA_2, PCI_DEVICE_ID_TOSHIBA_TC86C001_MISC,
  		PCI_ANY_ID, PCI_ANY_ID,
  		0, 0, 0 },
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-04-25 16:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-24 15:15 [KJ] [PATCH] Marking the pci_device_id tables of the serial-subsys Henne
2006-04-24 15:24 ` [KJ] [PATCH] Marking the pci_device_id tables of the pcmcia-subsys Henne
2006-04-24 15:36 ` [KJ] [PATCH] Marking the pci_device_id tables of the pci-subsystem Henne
2006-04-24 15:57 ` [KJ] [PATCH] Marking the pci_device_id tables of the Greg KH
2006-04-25 11:53 ` [KJ] [PATCH] Marking the pci_device_id tables of the video-subsys Henne
2006-04-25 12:01 ` [KJ] [PATCH] Marking the pci_device_id tables of the parport-subsys Henne
2006-04-25 12:07 ` [KJ] [PATCH] Marking the pci_device_id tables of the parisc-subsys Henne
2006-04-25 12:17 ` [KJ] [PATCH] Marking the pci_device_id tables of the mtd-subsys as Henne
2006-04-25 12:31 ` [KJ] [PATCH] Marking the pci_device_id tables of the message-subsys Henne
2006-04-25 12:49 ` [KJ] [PATCH] Marking the pci_device_id tables od the isdn-subsys as Henne
2006-04-25 13:03 ` [KJ] [PATCH] Marking the pci_device_id tables of the input-subsys Henne
2006-04-25 13:11 ` [KJ] [PATCH] Marking the pci_device_id tables of the Henne
2006-04-25 13:41 ` Henne
2006-04-25 14:36 ` [KJ] [PATCH] Marking the pci_device_id tables of the char-subsys as Henne
2006-04-25 16:31 ` [KJ] [PATCH] Marking the pci_device_id tables of the scsi-subsys as Henne

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.