Re: [PATCH usb-next] usb: storage: Fix link error

2013-04-18 Thread Greg KH
On Thu, Apr 18, 2013 at 02:17:14PM -0700, Joe Perches wrote: > Fix allmodconfig link error introduced by commit 75b9130e8a > ("usb: storage: Add usb_stor_dbg, reduce object size") > > Export the symbol usb_stor_dbg. > Add export.h > > Signed-off-by: Joe Perches > --- > drivers/usb/storage/debug

[PATCH usb-next] usb: storage: Fix link error

2013-04-18 Thread Joe Perches
Fix allmodconfig link error introduced by commit 75b9130e8a ("usb: storage: Add usb_stor_dbg, reduce object size") Export the symbol usb_stor_dbg. Add export.h Signed-off-by: Joe Perches --- drivers/usb/storage/debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/storage/de