Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498892
Collapse All | Expand All

(-)osl_old.c (-1 / +1 lines)
Lines 1169-1175 void acpi_os_wait_events_complete(void) Link Here
1169
	flush_workqueue(kacpid_wq);
1169
	flush_workqueue(kacpid_wq);
1170
	flush_workqueue(kacpi_notify_wq);
1170
	flush_workqueue(kacpi_notify_wq);
1171
}
1171
}
1172
1172
EXPORT_SYMBOL(acpi_os_wait_events_complete);
1173
struct acpi_hp_work {
1173
struct acpi_hp_work {
1174
	struct work_struct work;
1174
	struct work_struct work;
1175
	acpi_hp_callback func;
1175
	acpi_hp_callback func;

Return to bug 498892