mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
dwc_hdmi: Remove unused devclass argument to DRIVER_MODULE.
This commit is contained in:
parent
da21fd61c3
commit
bae71ad332
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue