* [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as
@ 2006-04-24 12:17 Henne
2006-04-24 12:35 ` [KJ] [PATCH] Marking the pci_device tables in the block-subsys as Henne
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Henne @ 2006-04-24 12:17 UTC (permalink / raw)
To: kernel-janitors
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Marking the pci_device tables in the ATM-subsystem as __devinitdata.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
diff -urN linux-2.6.17-rc2/drivers/atm/ambassador.c
linux/drivers/atm/ambassador.c
--- linux-2.6.17-rc2/drivers/atm/ambassador.c 2006-03-20
06:53:29.000000000 +0100
+++ linux/drivers/atm/ambassador.c 2006-04-24 13:48:56.000000000 +0200
@@ -2416,7 +2416,7 @@
/********** module entry **********/
-static struct pci_device_id amb_pci_tbl[] = {
+static struct pci_device_id amb_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_MADGE, PCI_DEVICE_ID_MADGE_AMBASSADOR, PCI_ANY_ID,
PCI_ANY_ID,
0, 0, 0 },
{ PCI_VENDOR_ID_MADGE, PCI_DEVICE_ID_MADGE_AMBASSADOR_BAD,
PCI_ANY_ID, PCI_ANY_ID,
diff -urN linux-2.6.17-rc2/drivers/atm/eni.c linux/drivers/atm/eni.c
--- linux-2.6.17-rc2/drivers/atm/eni.c 2006-03-20 06:53:29.000000000 +0100
+++ linux/drivers/atm/eni.c 2006-04-24 13:49:57.000000000 +0200
@@ -2265,7 +2265,7 @@
}
-static struct pci_device_id eni_pci_tbl[] = {
+static struct pci_device_id eni_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_EF, PCI_DEVICE_ID_EF_ATM_FPGA, PCI_ANY_ID, PCI_ANY_ID,
0, 0, 0 /* FPGA */ },
{ PCI_VENDOR_ID_EF, PCI_DEVICE_ID_EF_ATM_ASIC, PCI_ANY_ID, PCI_ANY_ID,
diff -urN linux-2.6.17-rc2/drivers/atm/firestream.c
linux/drivers/atm/firestream.c
--- linux-2.6.17-rc2/drivers/atm/firestream.c 2006-03-20
06:53:29.000000000 +0100
+++ linux/drivers/atm/firestream.c 2006-04-24 13:50:44.000000000 +0200
@@ -2013,7 +2013,7 @@
func_exit ();
}
-static struct pci_device_id firestream_pci_tbl[] = {
+static struct pci_device_id firestream_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_FUJITSU_ME, PCI_DEVICE_ID_FUJITSU_FS50,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, FS_IS50},
{ PCI_VENDOR_ID_FUJITSU_ME, PCI_DEVICE_ID_FUJITSU_FS155,
diff -urN linux-2.6.17-rc2/drivers/atm/fore200e.c
linux/drivers/atm/fore200e.c
--- linux-2.6.17-rc2/drivers/atm/fore200e.c 2006-03-20
06:53:29.000000000 +0100
+++ linux/drivers/atm/fore200e.c 2006-04-24 13:51:46.000000000 +0200
@@ -2795,7 +2795,7 @@
#ifdef CONFIG_ATM_FORE200E_PCA
-static struct pci_device_id fore200e_pca_tbl[] = {
+static struct pci_device_id fore200e_pca_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_FORE, PCI_DEVICE_ID_FORE_PCA200E, PCI_ANY_ID,
PCI_ANY_ID,
0, 0, (unsigned long) &fore200e_bus[0] },
{ 0, }
diff -urN linux-2.6.17-rc2/drivers/atm/he.c linux/drivers/atm/he.c
--- linux-2.6.17-rc2/drivers/atm/he.c 2006-03-20 06:53:29.000000000 +0100
+++ linux/drivers/atm/he.c 2006-04-24 13:52:15.000000000 +0200
@@ -3060,7 +3060,7 @@
module_param(sdh, bool, 0);
MODULE_PARM_DESC(sdh, "use SDH framing (default 0)");
-static struct pci_device_id he_pci_tbl[] = {
+static struct pci_device_id he_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_FORE, PCI_DEVICE_ID_FORE_HE, PCI_ANY_ID, PCI_ANY_ID,
0, 0, 0 },
{ 0, }
diff -urN linux-2.6.17-rc2/drivers/atm/horizon.c linux/drivers/atm/horizon.c
--- linux-2.6.17-rc2/drivers/atm/horizon.c 2006-03-20 06:53:29.000000000
+0100
+++ linux/drivers/atm/horizon.c 2006-04-24 13:52:40.000000000 +0200
@@ -2907,7 +2907,7 @@
MODULE_PARM_DESC(max_rx_size, "maximum size of RX AAL5 frames");
MODULE_PARM_DESC(pci_lat, "PCI latency in bus cycles");
-static struct pci_device_id hrz_pci_tbl[] = {
+static struct pci_device_id hrz_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_MADGE, PCI_DEVICE_ID_MADGE_HORIZON, PCI_ANY_ID,
PCI_ANY_ID,
0, 0, 0 },
{ 0, }
diff -urN linux-2.6.17-rc2/drivers/atm/idt77252.c
linux/drivers/atm/idt77252.c
--- linux-2.6.17-rc2/drivers/atm/idt77252.c 2006-03-20
06:53:29.000000000 +0100
+++ linux/drivers/atm/idt77252.c 2006-04-24 13:53:06.000000000 +0200
@@ -3812,7 +3812,7 @@
return err;
}
-static struct pci_device_id idt77252_pci_tbl[] +static struct pci_device_id idt77252_pci_tbl[] __devinitdata {
{ PCI_VENDOR_ID_IDT, PCI_DEVICE_ID_IDT_IDT77252,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
diff -urN linux-2.6.17-rc2/drivers/atm/iphase.c linux/drivers/atm/iphase.c
--- linux-2.6.17-rc2/drivers/atm/iphase.c 2006-03-20 06:53:29.000000000
+0100
+++ linux/drivers/atm/iphase.c 2006-04-24 13:53:50.000000000 +0200
@@ -3258,7 +3258,7 @@
kfree(iadev);
}
-static struct pci_device_id ia_pci_tbl[] = {
+static struct pci_device_id ia_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_IPHASE, 0x0008, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_IPHASE, 0x0009, PCI_ANY_ID, PCI_ANY_ID, },
{ 0,}
diff -urN linux-2.6.17-rc2/drivers/atm/lanai.c linux/drivers/atm/lanai.c
--- linux-2.6.17-rc2/drivers/atm/lanai.c 2006-04-24 13:30:53.000000000 +0200
+++ linux/drivers/atm/lanai.c 2006-04-24 13:54:46.000000000 +0200
@@ -2638,7 +2638,7 @@
return result;
}
-static struct pci_device_id lanai_pci_tbl[] = {
+static struct pci_device_id lanai_pci_tbl[] __devinitdata = {
{
PCI_VENDOR_ID_EF, PCI_VENDOR_ID_EF_ATM_LANAI2,
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] 6+ messages in thread* [KJ] [PATCH] Marking the pci_device tables in the block-subsys as
2006-04-24 12:17 [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as Henne
@ 2006-04-24 12:35 ` Henne
2006-04-24 12:42 ` [KJ] [PATCH] Marking the pci_device tables of eisa-subsys as Henne
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Henne @ 2006-04-24 12:35 UTC (permalink / raw)
To: kernel-janitors
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
^ permalink raw reply [flat|nested] 6+ messages in thread* [KJ] [PATCH] Marking the pci_device tables of eisa-subsys as
2006-04-24 12:17 [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as Henne
2006-04-24 12:35 ` [KJ] [PATCH] Marking the pci_device tables in the block-subsys as Henne
@ 2006-04-24 12:42 ` Henne
2006-04-24 12:50 ` [KJ] [PATCH] Marking the pci_device tables of hwmon-subsys as Henne
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Henne @ 2006-04-24 12:42 UTC (permalink / raw)
To: kernel-janitors
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Marking the pci_device tables of eisa-subsys as __devinit.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
diff -urN linux-2.6.17-rc2/drivers/eisa/pci_eisa.c
linux/drivers/eisa/pci_eisa.c
--- linux-2.6.17-rc2/drivers/eisa/pci_eisa.c 2006-03-20
06:53:29.000000000 +0100
+++ linux/drivers/eisa/pci_eisa.c 2006-04-24 14:39:20.000000000 +0200
@@ -45,7 +45,7 @@
return 0;
}
-static struct pci_device_id pci_eisa_pci_tbl[] = {
+static struct pci_device_id pci_eisa_pci_tbl[] __devinitdata = {
{ PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_BRIDGE_EISA << 8, 0xffff00, 0 },
{ 0, }
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread* [KJ] [PATCH] Marking the pci_device tables of hwmon-subsys as
2006-04-24 12:17 [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as Henne
2006-04-24 12:35 ` [KJ] [PATCH] Marking the pci_device tables in the block-subsys as Henne
2006-04-24 12:42 ` [KJ] [PATCH] Marking the pci_device tables of eisa-subsys as Henne
@ 2006-04-24 12:50 ` 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
4 siblings, 0 replies; 6+ messages in thread
From: Henne @ 2006-04-24 12:50 UTC (permalink / raw)
To: kernel-janitors
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Marking the pci_device tables of hwmon-subsys as __devinitdata.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
diff -urN linux-2.6.17-rc2/drivers/hwmon/sis5595.c
linux/drivers/hwmon/sis5595.c
--- linux-2.6.17-rc2/drivers/hwmon/sis5595.c 2006-04-24
13:30:54.000000000 +0200
+++ linux/drivers/hwmon/sis5595.c 2006-04-24 14:45:29.000000000 +0200
@@ -713,7 +713,7 @@
return data;
}
-static struct pci_device_id sis5595_pci_ids[] = {
+static struct pci_device_id sis5595_pci_ids[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) },
{ 0, }
};
diff -urN linux-2.6.17-rc2/drivers/hwmon/via686a.c
linux/drivers/hwmon/via686a.c
--- linux-2.6.17-rc2/drivers/hwmon/via686a.c 2006-04-24
13:30:54.000000000 +0200
+++ linux/drivers/hwmon/via686a.c 2006-04-24 14:46:10.000000000 +0200
@@ -794,7 +794,7 @@
return data;
}
-static struct pci_device_id via686a_pci_ids[] = {
+static struct pci_device_id via686a_pci_ids[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4) },
{ 0, }
};
diff -urN linux-2.6.17-rc2/drivers/hwmon/vt8231.c
linux/drivers/hwmon/vt8231.c
--- linux-2.6.17-rc2/drivers/hwmon/vt8231.c 2006-04-24
13:30:54.000000000 +0200
+++ linux/drivers/hwmon/vt8231.c 2006-04-24 14:46:33.000000000 +0200
@@ -593,7 +593,7 @@
.detach_client = vt8231_detach_client,
};
-static struct pci_device_id vt8231_pci_ids[] = {
+static struct pci_device_id vt8231_pci_ids[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231_4) },
{ 0, }
};
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread* [KJ] [PATCH] Marking the pci_device table of w1-subsys as
2006-04-24 12:17 [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as Henne
` (2 preceding siblings ...)
2006-04-24 12:50 ` [KJ] [PATCH] Marking the pci_device tables of hwmon-subsys as Henne
@ 2006-04-24 14:45 ` Henne
2006-04-24 14:56 ` [KJ] [PATCH] Marking the pci_device table of the usb-subsys as Henne
4 siblings, 0 replies; 6+ messages in thread
From: Henne @ 2006-04-24 14:45 UTC (permalink / raw)
To: kernel-janitors
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Marking the pci_device table of w1-subsys as __devinitdata.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
diff -urN linux-2.6.17-rc2/drivers/w1/masters/matrox_w1.c
linux/drivers/w1/masters/matrox_w1.c
--- linux-2.6.17-rc2/drivers/w1/masters/matrox_w1.c 2006-04-24
13:31:01.000000000 +0200
+++ linux/drivers/w1/masters/matrox_w1.c 2006-04-24
16:42:21.000000000 +0200
@@ -43,7 +43,7 @@
MODULE_AUTHOR("Evgeniy Polyakov <johnpol@2ka.mipt.ru>");
MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire prtocol) over
VGA DDC(matrox gpio).");
-static struct pci_device_id matrox_w1_tbl[] = {
+static struct pci_device_id matrox_w1_tbl[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_MATROX, PCI_DEVICE_ID_MATROX_G400) },
{ },
};
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread* [KJ] [PATCH] Marking the pci_device table of the usb-subsys as
2006-04-24 12:17 [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as Henne
` (3 preceding siblings ...)
2006-04-24 14:45 ` [KJ] [PATCH] Marking the pci_device table of w1-subsys as Henne
@ 2006-04-24 14:56 ` Henne
4 siblings, 0 replies; 6+ messages in thread
From: Henne @ 2006-04-24 14:56 UTC (permalink / raw)
To: kernel-janitors
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Marking the pci_device table of the usb-subsys as __devinitdata.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
diff -urN linux-2.6.17-rc2/drivers/usb/gadget/goku_udc.c
linux/drivers/usb/gadget/goku_udc.c
--- linux-2.6.17-rc2/drivers/usb/gadget/goku_udc.c 2006-04-24
13:31:01.000000000 +0200
+++ linux/drivers/usb/gadget/goku_udc.c 2006-04-24 16:53:23.000000000 +0200
@@ -1954,7 +1954,7 @@
/*-------------------------------------------------------------------------*/
-static struct pci_device_id pci_ids [] = { {
+static struct pci_device_id pci_ids[] __devinitdata = { {
.class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe),
.class_mask = ~0,
.vendor = 0x102f, /* Toshiba */
diff -urN linux-2.6.17-rc2/drivers/usb/gadget/net2280.c
linux/drivers/usb/gadget/net2280.c
--- linux-2.6.17-rc2/drivers/usb/gadget/net2280.c 2006-04-24
13:31:01.000000000 +0200
+++ linux/drivers/usb/gadget/net2280.c 2006-04-24 16:53:12.000000000 +0200
@@ -2974,7 +2974,7 @@
/*-------------------------------------------------------------------------*/
-static struct pci_device_id pci_ids [] = { {
+static struct pci_device_id pci_ids[] __devinitdata = { {
.class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe),
.class_mask = ~0,
.vendor = 0x17cc,
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-04-24 14:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-24 12:17 [KJ] [PATCH] Marking the pci_device tables in the ATM-subsystem as Henne
2006-04-24 12:35 ` [KJ] [PATCH] Marking the pci_device tables in the block-subsys as Henne
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
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.