From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henne Date: Mon, 24 Apr 2006 12:50:32 +0000 Subject: [KJ] [PATCH] Marking the pci_device tables of hwmon-subsys as Message-Id: <444CC998.9080908@nachtwindheim.de> List-Id: References: <444CC1F5.7050906@nachtwindheim.de> In-Reply-To: <444CC1F5.7050906@nachtwindheim.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org From: Henrik Kretzschmar Marking the pci_device tables of hwmon-subsys as __devinitdata. Signed-off-by: Henrik Kretzschmar --- 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