mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make the devclass static for now until deciding whether to share them.
This commit is contained in:
parent
d639e9636d
commit
7d3a06201d
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ static driver_t acpi_cpu_driver = {
|
|||
sizeof(struct acpi_cpu_softc),
|
||||
};
|
||||
|
||||
extern devclass_t cpu_devclass;
|
||||
static devclass_t cpu_devclass;
|
||||
DRIVER_MODULE(cpu, acpi, acpi_cpu_driver, cpu_devclass, 0, 0);
|
||||
MODULE_DEPEND(cpu, acpi, 1, 1, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue