diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-16 18:23:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-16 18:23:12 +0300 |
commit | 362a7993ed0173e70859d0a624d8ffa968b2cea0 (patch) | |
tree | 5b031ff9d37e65f0daabdc9d8134ecd882ff70c6 /drivers/usb/storage | |
parent | d8d936c51388442f769a81e512b505dcf87c6a51 (diff) | |
parent | 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8 (diff) | |
download | linux-362a7993ed0173e70859d0a624d8ffa968b2cea0.tar.xz |
Merge 6.13-rc3 into usb-next
We need the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/Makefile b/drivers/usb/storage/Makefile index 46635fa4a340..28db337f190b 100644 --- a/drivers/usb/storage/Makefile +++ b/drivers/usb/storage/Makefile @@ -8,7 +8,7 @@ ccflags-y := -I $(srctree)/drivers/scsi -ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=USB_STORAGE +ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE='"USB_STORAGE"' obj-$(CONFIG_USB_UAS) += uas.o obj-$(CONFIG_USB_STORAGE) += usb-storage.o |