OSDN Git Service

USB: Add EXPORT_SYMBOL for usb_alloc_dev
authorPratyush Anand <pratyush.anand@st.com>
Mon, 14 Jul 2014 13:57:48 +0000 (19:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 00:11:09 +0000 (17:11 -0700)
commitcaa67a5ec8926188adcbece0df2ae60ceff534ae
tree78ebece28dda3f266b3bd634d2a354968a630e7d
parent977dcfdc60311e7aa571cabf6f39c36dde13339e
USB: Add EXPORT_SYMBOL for usb_alloc_dev

usb_alloc_dev is used by lvstest driver now which can be built as
module. Therefore export usb_alloc_dev symbol.

Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/usb.c