]> Pileus Git - ~andy/linux/commitdiff
USB: gadget: export functionfs.h to the includes available for userspace
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 28 Jan 2011 09:23:57 +0000 (10:23 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 19:57:21 +0000 (11:57 -0800)
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 <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/Kbuild

index 51410e0200cfa8860e1228100278fdc8ccb67475..ed91fb62674b03edc96aa70a6fef735f9fabfb90 100644 (file)
@@ -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