Skip to content

Commit

Permalink
kern: Remove leftover saf1761otg bits
Browse files Browse the repository at this point in the history
Almost all code related to the saf1761 driver was removed in commit
44796b7, except for two small bits related to saf1761otg support.
This patch completes the removal.

PR:		279302
Signed-off-by:	Joshua Kinard <[email protected]>
Reviewed by:	mhorne
MFC after:	3 days
Fixes:		44796b7 ("mips: remove saf1761")
  • Loading branch information
Joshua Kinard authored and mhorne committed Jun 3, 2024
1 parent a68e4f7 commit 80828c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions sys/conf/files
Original file line number Diff line number Diff line change
Expand Up @@ -3247,8 +3247,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
#
Expand Down
1 change: 0 additions & 1 deletion sys/dev/usb/controller/usb_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80828c6

Please sign in to comment.