mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
kern: Remove leftover saf1761otg bits
Almost all code related to the saf1761 driver was removed in commit44796b7e82, except for two small bits related to saf1761otg support. This patch completes the removal. PR: 279302 Signed-off-by: Joshua Kinard <freebsd@kumba.dev> Reviewed by: mhorne MFC after: 3 days Fixes:44796b7e82("mips: remove saf1761") (cherry picked from commit80828c6fab)
This commit is contained in:
parent
227b486de4
commit
030596bfe4
2 changed files with 0 additions and 3 deletions
|
|
@ -3207,8 +3207,6 @@ dev/usb/controller/uhci.c optional uhci
|
|||
dev/usb/controller/uhci_pci.c optional uhci pci
|
||||
dev/usb/controller/xhci.c optional xhci
|
||||
dev/usb/controller/xhci_pci.c optional xhci pci
|
||||
dev/usb/controller/saf1761_otg.c optional saf1761otg
|
||||
dev/usb/controller/saf1761_otg_fdt.c optional saf1761otg fdt
|
||||
dev/usb/controller/uss820dci.c optional uss820dci
|
||||
dev/usb/controller/usb_controller.c optional usb
|
||||
#
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ DRIVER_MODULE(usbus, octusb, usb_driver, 0, 0);
|
|||
|
||||
/* Dual Mode Drivers */
|
||||
DRIVER_MODULE(usbus, dwcotg, usb_driver, 0, 0);
|
||||
DRIVER_MODULE(usbus, saf1761otg, usb_driver, 0, 0);
|
||||
|
||||
/*------------------------------------------------------------------------*
|
||||
* usb_probe
|
||||
|
|
|
|||
Loading…
Reference in a new issue