mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
usb: gadget: fix build errors
Change-Id: Id08749fed225c8440bcb04a99bcefcb32309bfcf Signed-off-by: Nolen Johnson <johnsonnolen@gmail.com>
This commit is contained in:
parent
84bb39f913
commit
1073df75f8
1 changed files with 4 additions and 1 deletions
|
@ -718,11 +718,14 @@ static void functionfs_closed_callback(struct ffs_data *ffs)
|
|||
mutex_unlock(&dev->mutex);
|
||||
}
|
||||
|
||||
static int functionfs_check_dev_callback(const char *dev_name)
|
||||
static void *functionfs_acquire_dev_callback(const char *dev_name)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void functionfs_release_dev_callback(struct ffs_data *ffs_data)
|
||||
{
|
||||
}
|
||||
|
||||
struct adb_data {
|
||||
bool opened;
|
||||
|
|
Loading…
Reference in a new issue