[PATCH] Export usb_gadgetfs.h to userspace
Haavard Skinnemoen <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
The gadgetfs test program from http://www.linux-usb.org/gadget/ depends on it. I assume most other users of gadgetfs needs this header too. Signed-off-by: Haavard Skinnemoen <[email protected]> --- include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index f317c27..b216ee3 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -152,6 +152,7 @@ header-y += tipc.h header-y += toshiba.h header-y += ultrasound.h header-y += un.h +header-y += usb_gadgetfs.h header-y += utime.h header-y += video_decoder.h header-y += video_encoder.h -- 1.5.2.2