aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-05-06 22:46:57 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-06 22:46:57 +0000
commit3af6e882c3939a0e70689fdd7ab8936b2126c7fe (patch)
tree8aa5dd945396aab9f18baa5c2b6d9ebbee02e456 /sys/dev/vt/hw
parent27f3a73fd0b18e3edfb1357424180458ff25c96c (diff)
Diffstat (limited to 'sys/dev/vt/hw')
-rw-r--r--sys/dev/vt/hw/vga/vt_vga.c3
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);