diff --git a/sys/dev/hdmi/dwc_hdmi_fdt.c b/sys/dev/hdmi/dwc_hdmi_fdt.c index 2bf717082f7..4486e83f1a7 100644 --- a/sys/dev/hdmi/dwc_hdmi_fdt.c +++ b/sys/dev/hdmi/dwc_hdmi_fdt.c @@ -196,7 +196,4 @@ static driver_t dwc_hdmi_fdt_driver = { sizeof(struct dwc_hdmi_fdt_softc) }; -static devclass_t dwc_hdmi_fdt_devclass; - -DRIVER_MODULE(dwc_hdmi_fdt, simplebus, dwc_hdmi_fdt_driver, - dwc_hdmi_fdt_devclass, 0, 0); +DRIVER_MODULE(dwc_hdmi_fdt, simplebus, dwc_hdmi_fdt_driver, 0, 0);