On Tuesday 22 January 2008 02:42:16 am Andrew Morton wrote: > > On Thu, 17 Jan 2008 16:03:18 -0700 Bjorn Helgaas <bjorn.helgaas@xxxxxx> wrote: > > +static void quirk_supermicro_h8dce_system(struct pnp_dev *dev) > > hm. If you trace back through the callchain here is seems that large > amounts of the pnp code could be made __init/__initdata. The two callers > of pnp_add_device() are __init and afaict they're the only callers of the > quirk code? Yes, much of the PNP code could currently be __init. But someday, we should be able to handle hot-plug of ACPI devices, and some of those will appear as PNPACPI devices. We could at least mark stuff __devinit, I guess. Bjorn - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html