Forráskód Böngészése

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>
Marek Szyprowski 14 éve
szülő
commit
9a1b2e6402
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      include/linux/usb/Kbuild

+ 1 - 0
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