diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-08 14:10:28 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-13 09:34:44 +0200 |
| commit | 9a55e0079258f5c054f469e08c2dc349bbfd1943 (patch) | |
| tree | 4fe7ef3fd57be1e74c2cbfb04800613a0ec5ce61 /rust/helpers | |
| parent | 30cd2cb1abf4c4acdb1ddb468c946f68939819fb (diff) | |
| download | tip-9a55e0079258f5c054f469e08c2dc349bbfd1943.tar.gz | |
Revert "USB: disable rust bindings from the build for now"
This reverts commit c584a1c7c8a192c13637bc51c7b63a9f15fe6474.
It brings the rust bindings for USB back into the build so that we can
work off of this for future kernel releases.
Link: https://lore.kernel.org/r/2025100827-divorcee-steadier-b40b@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/helpers')
| -rw-r--r-- | rust/helpers/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c index 551da6c9b5064c..16049d6e713f7d 100644 --- a/rust/helpers/helpers.c +++ b/rust/helpers/helpers.c @@ -56,6 +56,7 @@ #include "task.c" #include "time.c" #include "uaccess.c" +#include "usb.c" #include "vmalloc.c" #include "wait.c" #include "workqueue.c" |
