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)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:59 +0000 (13:51 -0800)
commit473f306e19ceab6cfb6ea83bd81aa7a4c800b78a
treefa0eed4b4d191e72775b469c645604d719d3cc8c
parent04efb4284190248110c09d38a141a98629b3c4a8
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]