Commit 8b3249cc authored by Robert T. Johnson's avatar Robert T. Johnson Committed by Greg Kroah-Hartman

[PATCH] PCI: __init documetation

It might not have prevented me from reporting the potential bug, but I
would've known you'd thought about it, it might help future developers,
and it's unlikely to become dangerously wrong.
parent 36fd422d
...@@ -750,6 +750,9 @@ static void __init quirk_sis_96x_compatible(struct pci_dev *dev) ...@@ -750,6 +750,9 @@ static void __init quirk_sis_96x_compatible(struct pci_dev *dev)
/* /*
* The main table of quirks. * The main table of quirks.
*
* Note: any hooks for hotpluggable devices in this table must _NOT_
* be declared __init.
*/ */
static struct pci_fixup pci_fixups[] __devinitdata = { static struct pci_fixup pci_fixups[] __devinitdata = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment