usb: gadget: f_mtp: move userspace interface to uapi
authorColin Cross <ccross@android.com>
Thu, 7 Nov 2013 21:08:15 +0000 (13:08 -0800)
committerColin Cross <ccross@android.com>
Thu, 7 Nov 2013 23:18:36 +0000 (15:18 -0800)
commit4d174ee19f31fd93f7f1d835bf7e2b613e399dad
tree236904271cd29ad1971c5557d048de62354bf35f
parent3a7a4898998bc2d47bafd362da30df59374e2669
usb: gadget: f_mtp: move userspace interface to uapi

Move the most of linux/usb/f_mtp.h header to uapi.  Move the only
remaining structure definition into f_mtp.c, the only place that
uses it.

Change-Id: I952c1a9dc15c36bf295a0eb4d74b6b1ad912ed03
Signed-off-by: Colin Cross <ccross@android.com>
drivers/usb/gadget/f_mtp.c
include/linux/usb/f_mtp.h
include/uapi/linux/usb/f_mtp.h [new file with mode: 0644]