diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:46:57 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:46:57 +0000 |
| commit | 3af6e882c3939a0e70689fdd7ab8936b2126c7fe (patch) | |
| tree | 8aa5dd945396aab9f18baa5c2b6d9ebbee02e456 /sys/dev/vt/hw | |
| parent | 27f3a73fd0b18e3edfb1357424180458ff25c96c (diff) | |
Diffstat (limited to 'sys/dev/vt/hw')
| -rw-r--r-- | sys/dev/vt/hw/vga/vt_vga.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vt/hw/vga/vt_vga.c b/sys/dev/vt/hw/vga/vt_vga.c index d457f8c7b31d..92c590bc66ec 100644 --- a/sys/dev/vt/hw/vga/vt_vga.c +++ b/sys/dev/vt/hw/vga/vt_vga.c @@ -1389,6 +1389,5 @@ static device_method_t vtvga_methods[] = { }; DEFINE_CLASS_0(vtvga, vtvga_driver, vtvga_methods, 0); -devclass_t vtvga_devclass; -DRIVER_MODULE(vtvga, nexus, vtvga_driver, vtvga_devclass, NULL, NULL); +DRIVER_MODULE(vtvga, nexus, vtvga_driver, NULL, NULL); |
