fix commit 7d5cbcc989428164df34d5cc41334f87fd4fc0e2
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 3 Dec 2012 08:04:00 +0000 (12:04 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 3 Dec 2012 08:04:00 +0000 (12:04 +0400)
driver/us_proc_inst.c

index b58e557..c8d57a8 100644 (file)
@@ -353,7 +353,7 @@ void find_libdvm_for_task(struct task_struct *task, inst_us_proc_t *info)
 }
 #endif /* __ANDROID */
 
-static struct dentry *dentry_by_path(const char *path)
+struct dentry *dentry_by_path(const char *path)
 {
        struct dentry *dentry;
 #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 38)