From: Henne <henne@nachtwindheim.de>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] Marking the pci_device tables in the block-subsys as
Date: Mon, 24 Apr 2006 12:35:09 +0000 [thread overview]
Message-ID: <444CC5FD.7020805@nachtwindheim.de> (raw)
In-Reply-To: <444CC1F5.7050906@nachtwindheim.de>
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Marking the pci_device tables in the block-subsys as __devinitdata.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
diff -urN linux-2.6.17-rc2/drivers/block/DAC960.c
linux/drivers/block/DAC960.c
--- linux-2.6.17-rc2/drivers/block/DAC960.c 2006-04-24
13:30:54.000000000 +0200
+++ linux/drivers/block/DAC960.c 2006-04-24 14:28:44.000000000 +0200
@@ -7111,7 +7111,7 @@
.MemoryWindowSize = DAC960_PD_RegisterWindowSize,
};
-static struct pci_device_id DAC960_id_table[] = {
+static struct pci_device_id DAC960_id_table[] __devinitdata = {
{
.vendor = PCI_VENDOR_ID_MYLEX,
.device = PCI_DEVICE_ID_MYLEX_DAC960_GEM,
diff -urN linux-2.6.17-rc2/drivers/block/sx8.c linux/drivers/block/sx8.c
--- linux-2.6.17-rc2/drivers/block/sx8.c 2006-03-20
06:53:29.000000000 +0100
+++ linux/drivers/block/sx8.c 2006-04-24 14:29:09.000000000 +0200
@@ -409,7 +409,7 @@
static void carm_remove_one (struct pci_dev *pdev);
static int carm_bdev_getgeo(struct block_device *bdev, struct
hd_geometry *geo);
-static struct pci_device_id carm_pci_tbl[] = {
+static struct pci_device_id carm_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_PROMISE, 0x8000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, },
{ PCI_VENDOR_ID_PROMISE, 0x8002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, },
{ } /* terminate list */
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2006-04-24 12:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-24 12:17 [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as Henne
2006-04-24 12:35 ` Henne [this message]
2006-04-24 12:42 ` [KJ] [PATCH] Marking the pci_device tables of eisa-subsys as Henne
2006-04-24 12:50 ` [KJ] [PATCH] Marking the pci_device tables of hwmon-subsys as Henne
2006-04-24 14:45 ` [KJ] [PATCH] Marking the pci_device table of w1-subsys as Henne
2006-04-24 14:56 ` [KJ] [PATCH] Marking the pci_device table of the usb-subsys as Henne
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=444CC5FD.7020805@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.