* [PATCH] __devinitdata on pci_device_tables
@ 2006-07-06 10:14 Henne
0 siblings, 0 replies; only message in thread
From: Henne @ 2006-07-06 10:14 UTC (permalink / raw)
To: linux-kernel
Since some section mismatches happend it doesn't seem to be a good idea to
mark the pci_device_id tables as __devinitdata, so it should be mentioned in pci.txt .
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Correct the pci.txt about the __devintidata on pci_device_id tables.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
--- linux-2.6.18-rc1/Documentation/pci.txt 2006-07-06 10:41:43.000000000 +0200
+++ linux/Documentation/pci.txt 2006-07-06 12:02:10.000000000 +0200
@@ -122,7 +122,7 @@
The module_init()/module_exit() functions (and all initialization
functions called only from these) should be marked __init/exit.
The struct pci_driver shouldn't be marked with any of these tags.
- The ID table array should be marked __devinitdata.
+ The ID table array shouldn't be marked __devinitdata.
The probe() and remove() functions (and all initialization
functions called only from these) should be marked __devinit/exit.
If you are sure the driver is not a hotplug driver then use only
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-06 10:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 10:14 [PATCH] __devinitdata on pci_device_tables Henne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox