Skip to content

Commit

Permalink
USB: gadget: export functionfs.h to the includes available for userspace
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marek Szyprowski authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 2694a48 commit 9a1b2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/usb/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a1b2e6

Please sign in to comment.