asmc: Remove unused devclass argument to DRIVER_MODULE.
This commit is contained in:
parent
83a273efce
commit
867864a2fb
@ -471,11 +471,9 @@ ACPI_MODULE_NAME("ASMC")
|
||||
/* NB: can't be const */
|
||||
static char *asmc_ids[] = { "APP0001", NULL };
|
||||
|
||||
static devclass_t asmc_devclass;
|
||||
|
||||
static unsigned int light_control = 0;
|
||||
|
||||
DRIVER_MODULE(asmc, acpi, asmc_driver, asmc_devclass, NULL, NULL);
|
||||
DRIVER_MODULE(asmc, acpi, asmc_driver, NULL, NULL);
|
||||
MODULE_DEPEND(asmc, acpi, 1, 1, 1);
|
||||
|
||||
static const struct asmc_model *
|
||||
|
Loading…
x
Reference in New Issue
Block a user