diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2011-01-28 04:23:57 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-04 14:57:21 -0500 |
commit | 9a1b2e64020d41c577881952734fecd114af75f1 (patch) | |
tree | 27ed9aabda35d6fdf7773cbe52d789c9686f9dc9 /include/linux/usb/Kbuild | |
parent | 2694a48d9007a8bdf1731c1b97d4942c9cc49296 (diff) |
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 <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb/Kbuild')
-rw-r--r-- | include/linux/usb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild index 51410e0200cf..ed91fb62674b 100644 --- a/include/linux/usb/Kbuild +++ b/include/linux/usb/Kbuild | |||
@@ -2,6 +2,7 @@ header-y += audio.h | |||
2 | header-y += cdc.h | 2 | header-y += cdc.h |
3 | header-y += ch9.h | 3 | header-y += ch9.h |
4 | header-y += ch11.h | 4 | header-y += ch11.h |
5 | header-y += functionfs.h | ||
5 | header-y += gadgetfs.h | 6 | header-y += gadgetfs.h |
6 | header-y += midi.h | 7 | header-y += midi.h |
7 | header-y += g_printer.h | 8 | header-y += g_printer.h |