diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:01 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:01 +0000 |
| commit | 84c5f982effaf49a91a2f3e5a8fd4f56bdf4f3b3 (patch) | |
| tree | 6518fd86c93ecba3b29bca1e7f77cca735e6173e /sys/dev/gpio/chvgpio.c | |
| parent | d885615a4f091bbef04149a7d2bd914bfff7c737 (diff) | |
Diffstat (limited to 'sys/dev/gpio/chvgpio.c')
| -rw-r--r-- | sys/dev/gpio/chvgpio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/gpio/chvgpio.c b/sys/dev/gpio/chvgpio.c index 7b8203687322..fbb239c00b1e 100644 --- a/sys/dev/gpio/chvgpio.c +++ b/sys/dev/gpio/chvgpio.c @@ -517,8 +517,7 @@ static driver_t chvgpio_driver = { .size = sizeof(struct chvgpio_softc) }; -static devclass_t chvgpio_devclass; -DRIVER_MODULE(chvgpio, acpi, chvgpio_driver, chvgpio_devclass, NULL , NULL); +DRIVER_MODULE(chvgpio, acpi, chvgpio_driver, NULL, NULL); MODULE_DEPEND(chvgpio, acpi, 1, 1, 1); MODULE_DEPEND(chvgpio, gpiobus, 1, 1, 1); |
