From: Vasiliy Ulyanov Date: Fri, 2 Nov 2012 09:14:39 +0000 (+0400) Subject: MEC: fixed most warning; made initial code redesign X-Git-Tag: Tizen_SDK_2.3~753^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e6c3d578d9844400ccd65b152bdfa7fb4e32c71;p=kernel%2Fswap-modules.git MEC: fixed most warning; made initial code redesign --- 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);