From: Henne <henne@nachtwindheim.de>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] Marking pci_device_id tables in arch/i386 as
Date: Wed, 26 Apr 2006 12:34:21 +0000 [thread overview]
Message-ID: <444F68CD.2090200@nachtwindheim.de> (raw)
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
reply other threads:[~2006-04-26 12:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=444F68CD.2090200@nachtwindheim.de \
--to=henne@nachtwindheim.de \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.