Commit 5329365a authored by Andy Grover's avatar Andy Grover

ACPI: Do not compile code for EC unloading, because it cannot be unloaded atm

parent 52a619c7
......@@ -793,6 +793,8 @@ static int __init acpi_ec_init (void)
subsys_initcall(acpi_ec_init);
/* EC driver currently not unloadable */
#if 0
static void __exit
acpi_ec_ecdt_exit (void)
{
......@@ -820,4 +822,5 @@ acpi_ec_exit (void)
return_VOID;
}
#endif /* 0 */
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