1
0
Fork 0

iov_iter: export import_single_range()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
steinar/wifi_calib_4_9_kernel
Al Viro 2015-12-06 20:38:56 -05:00
parent 36f7a8a4cd
commit e12675853d
1 changed files with 1 additions and 0 deletions

View File

@ -849,3 +849,4 @@ int import_single_range(int rw, void __user *buf, size_t len,
iov_iter_init(i, rw, iov, 1, len);
return 0;
}
EXPORT_SYMBOL(import_single_range);