git: 030596bfe4d3 - stable/14 - kern: Remove leftover saf1761otg bits
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 14:24:34 UTC
The branch stable/14 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=030596bfe4d39399dcedf3bb9652b3a625744159 commit 030596bfe4d39399dcedf3bb9652b3a625744159 Author: Joshua Kinard <freebsd@kumba.dev> AuthorDate: 2024-05-25 20:26:28 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2024-06-06 14:23:01 +0000 kern: Remove leftover saf1761otg bits Almost all code related to the saf1761 driver was removed in commit 44796b7e822e, 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: 44796b7e822e ("mips: remove saf1761") (cherry picked from commit 80828c6fab0292b5c5a34a63558d837cb9308fbd) --- sys/conf/files | 2 -- sys/dev/usb/controller/usb_controller.c | 1 - 2 files changed, 3 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index bf4d7d9cabfc..e223514dc280 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 # diff --git a/sys/dev/usb/controller/usb_controller.c b/sys/dev/usb/controller/usb_controller.c index 163ee14bd097..838bd6bf7621 100644 --- a/sys/dev/usb/controller/usb_controller.c +++ b/sys/dev/usb/controller/usb_controller.c @@ -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