From 9e6c3d578d9844400ccd65b152bdfa7fb4e32c71 Mon Sep 17 00:00:00 2001 From: Vasiliy Ulyanov Date: Fri, 2 Nov 2012 13:14:39 +0400 Subject: [PATCH] MEC: fixed most warning; made initial code redesign --- driver/module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/module.c b/driver/module.c index 487c82b..6aad735 100644 --- a/driver/module.c +++ b/driver/module.c @@ -31,6 +31,7 @@ module_param (device_major, uint, 0); MODULE_PARM_DESC (device_major, "default device major number"); fp_kallsyms_lookup_name_t lookup_name; +EXPORT_SYMBOL_GPL(lookup_name); #if (LINUX_VERSION_CODE != KERNEL_VERSION(2, 6, 16)) void (*__real_put_task_struct) (struct task_struct * tsk); -- 2.7.4