View | Details | Raw Unified | Return to bug 116655
Collapse All | Expand All

(-)linux/drivers/pnp/pnpacpi/core.c.old (+2 lines)
Lines 124-130 Link Here
124
	.name	= "Plug and Play ACPI",
124
	.name	= "Plug and Play ACPI",
125
	.get	= pnpacpi_get_resources,
125
	.get	= pnpacpi_get_resources,
126
	.set	= pnpacpi_set_resources,
126
	.set	= pnpacpi_set_resources,
127
#if 0	/* Breaks parport, and should not be needed for onboard device anyway */
127
	.disable = pnpacpi_disable_resources,
128
	.disable = pnpacpi_disable_resources,
129
#endif
128
};
130
};
129
131
130
static int __init pnpacpi_add_device(struct acpi_device *device)
132
static int __init pnpacpi_add_device(struct acpi_device *device)

Return to bug 116655