Re: [PATCH 6/6] RFC: USB: storage: move symbols into USB_STORAGE namespace.

From: Alan Stern
Date: Tue Jul 17 2018 - 11:04:13 EST


On Mon, 16 Jul 2018, Martijn Coenen wrote:

> Modules using these symbols must now import this namesapce explicitly.

Spelling error ("namesapce").

>
> Signed-off-by: Martijn Coenen <maco@xxxxxxxxxxx>
> ---
> drivers/usb/storage/alauda.c | 1 +
> drivers/usb/storage/cypress_atacb.c | 1 +
> drivers/usb/storage/datafab.c | 1 +
> drivers/usb/storage/ene_ub6250.c | 1 +
> drivers/usb/storage/freecom.c | 1 +
> drivers/usb/storage/isd200.c | 1 +
> drivers/usb/storage/jumpshot.c | 1 +
> drivers/usb/storage/karma.c | 1 +
> drivers/usb/storage/onetouch.c | 1 +
> drivers/usb/storage/realtek_cr.c | 1 +
> drivers/usb/storage/sddr09.c | 1 +
> drivers/usb/storage/sddr55.c | 1 +
> drivers/usb/storage/shuttle_usbat.c | 1 +
> drivers/usb/storage/uas.c | 1 +
> drivers/usb/storage/usb.c | 20 ++++++++++----------
> 15 files changed, 24 insertions(+), 10 deletions(-)

This patch misses the various EXPORT_SYMBOL_GPL lines in debug.c,
protocol.c, scsiglue.c, and transport.c. They should also be
considered part of the USB_STORAGE namespace.

Alan Stern