diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:00 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:00 +0000 |
| commit | 867864a2fbdade32621e5516cf51f84e7163b19a (patch) | |
| tree | 2f880b9dc2a132ca93918112049e0b3e93dad836 /sys/dev/asmc | |
| parent | 83a273efcee27f01b642e807a00feccb095a84ff (diff) | |
Diffstat (limited to 'sys/dev/asmc')
| -rw-r--r-- | sys/dev/asmc/asmc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 371329443033..37949b52afda 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -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 * |
