]> git.baikalelectronics.ru Git - kernel.git/commit
module: fix build warning with !CONFIG_KALLSYMS
authorWANG Cong <xiyou.wangcong@gmail.com>
Thu, 24 Jul 2008 14:41:48 +0000 (15:41 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 28 Jul 2008 02:16:28 +0000 (12:16 +1000)
commit3f008f4e6f6464ec9f753ca52f892beeaa9217c0
tree4696ad74ea04df9f3b7091859225ecc123be7197
parentb7236bdb2d35d8f39a0e9f8587c2cf472788160a
module: fix build warning with !CONFIG_KALLSYMS

This patch fixed the warning:

  CC      kernel/module.o
  /home/wangcong/Projects/linux-2.6/kernel/module.c:332: warning:
‘lookup_symbol’ defined but not used

Signed-off-by: WANG Cong <wangcong@zeuux.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c