dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] remove devinit from ioc4 pci_driver

Documention/pci.txt states..
"The struct pci_driver shouldn't be marked with any of these tags."
(Referring to __devinit and friends).

(akpm: good documentation, that.  Link this driver into vmlinux with hotplug
CPU disabled and it'll crash).

Signed-off-by: Dave Jones <davej@redhat.com>
Cc: Brent Casavant <bcasavan@sgi.com>
Cc: Pat Gefre <pfg@sgi.com>
Cc: Jes Sorensen <jes@sgi.com>
Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Dave Jones 2006-06-29 02:24:31 -07:00 committed by Linus Torvalds
parent 1e075d58d6
commit 85bd84345f
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ static struct pci_device_id ioc4_id_table[] = {
{0}
};
static struct pci_driver __devinitdata ioc4_driver = {
static struct pci_driver ioc4_driver = {
.name = "IOC4",
.id_table = ioc4_id_table,
.probe = ioc4_probe,