From: Marek Szyprowski Date: Fri, 28 Jan 2011 09:23:57 +0000 (+0100) Subject: USB: gadget: export functionfs.h to the includes available for userspace X-Git-Tag: v2.6.39-rc1~472^2~150 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9a1b2e64020d41c577881952734fecd114af75f1;p=~emulex%2Finfiniband.git USB: gadget: export functionfs.h to the includes available for userspace To compile functionfs userspace driver one needs definitions from include/linux/usb/functionfs.h. This patch add this file to the list of includes exported to userspace. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild index 51410e0200c..ed91fb62674 100644 --- a/include/linux/usb/Kbuild +++ b/include/linux/usb/Kbuild @@ -2,6 +2,7 @@ header-y += audio.h header-y += cdc.h header-y += ch9.h header-y += ch11.h +header-y += functionfs.h header-y += gadgetfs.h header-y += midi.h header-y += g_printer.h