All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] Marking pci_device_id tables in arch/i386 as
@ 2006-04-26 12:34 Henne
  0 siblings, 0 replies; only message in thread
From: Henne @ 2006-04-26 12:34 UTC (permalink / raw)
  To: kernel-janitors

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Marking pci_device_id tables in arch/i386 as __devinitdata.
Singed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---

diff -ruN linux-2.6.17-rc2/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c linux/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c
--- linux-2.6.17-rc2/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c	2006-04-24 13:30:51.000000000 +0200
+++ linux/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c	2006-04-26 14:29:00.000000000 +0200
@@ -166,7 +166,7 @@
  /****************************************************************
   *	Low Level chipset interface				*
   ****************************************************************/
-static struct pci_device_id gx_chipset_tbl[] __initdata = {
+static struct pci_device_id gx_chipset_tbl[] __devinitdata = {
  	{ PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, PCI_ANY_ID, PCI_ANY_ID },
  	{ PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5520, PCI_ANY_ID, PCI_ANY_ID },
  	{ PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5510, PCI_ANY_ID, PCI_ANY_ID },
diff -ruN linux-2.6.17-rc2/arch/i386/kernel/cpu/cyrix.c linux/arch/i386/kernel/cpu/cyrix.c
--- linux-2.6.17-rc2/arch/i386/kernel/cpu/cyrix.c	2006-03-20 06:53:29.000000000 +0100
+++ linux/arch/i386/kernel/cpu/cyrix.c	2006-04-26 14:28:04.000000000 +0200
@@ -184,7 +184,7 @@


  #ifdef CONFIG_PCI
-static struct pci_device_id cyrix_55x0[] = {
+static struct pci_device_id cyrix_55x0[] __devinitdata = {
  	{ PCI_DEVICE(PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5510) },
  	{ PCI_DEVICE(PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5520) },
  	{ },
diff -ruN linux-2.6.17-rc2/arch/i386/kernel/scx200.c linux/arch/i386/kernel/scx200.c
--- linux-2.6.17-rc2/arch/i386/kernel/scx200.c	2006-03-20 06:53:29.000000000 +0100
+++ linux/arch/i386/kernel/scx200.c	2006-04-26 14:27:07.000000000 +0200
@@ -28,7 +28,7 @@

  unsigned scx200_cb_base = 0;

-static struct pci_device_id scx200_tbl[] = {
+static struct pci_device_id scx200_tbl[] __devinitdata = {
  	{ PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SCx200_BRIDGE) },
  	{ PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE) },
  	{ PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SCx200_XBUS)   },
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-26 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-26 12:34 [KJ] [PATCH] Marking pci_device_id tables in arch/i386 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.