The branch stable/13 has been updated by dchagin:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1054a068aa97b663a464a3ff5d02d4f42d5657f1

commit 1054a068aa97b663a464a3ff5d02d4f42d5657f1
Author:     Dmitry Chagin <[email protected]>
AuthorDate: 2023-02-14 14:46:33 +0000
Commit:     Dmitry Chagin <[email protected]>
CommitDate: 2023-03-01 08:42:35 +0000

    linux(4): Trim unused opt_usb.h from modules Makefiles
    
    MFC after:              2 weeks
    
    (cherry picked from commit 825fbd087e6150eaf601612a5e7468ddc808e004)
---
 sys/modules/linux/Makefile   | 1 -
 sys/modules/linux64/Makefile | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index d23be5421b16..cbd49d4bd63b 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -37,7 +37,6 @@ SRCS= linux${SFX}_dummy_machdep.c \
        opt_inet6.h \
        opt_ktrace.h \
        opt_posix.h \
-       opt_usb.h \
        bus_if.h \
        device_if.h \
        vnode_if.h
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
index a9bb4d2e8f73..7a855a3a9da8 100644
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -32,7 +32,6 @@ SRCS= linux_dummy_machdep.c \
        opt_ktrace.h \
        opt_inet6.h \
        opt_posix.h \
-       opt_usb.h \
        bus_if.h \
        device_if.h \
        vnode_if.h \

Reply via email to