diff options
author | Jianjun Kong <jianjun@zeuux.org> | 2008-12-08 07:26:29 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-04 23:10:11 +0100 |
commit | d1e99d7ae4e6bbd1ebb5e81ecd3af2b8793efee0 (patch) | |
tree | 15254031f4f91656f55876f52d037b7c3525c4db /arch/parisc | |
parent | kernel/module.c: compare symbol values when marking symbols as exported in /p... (diff) | |
download | linux-d1e99d7ae4e6bbd1ebb5e81ecd3af2b8793efee0.tar.xz linux-d1e99d7ae4e6bbd1ebb5e81ecd3af2b8793efee0.zip |
module: fix warning of unused function when !CONFIG_PROC_FS
Fix this warning:
kernel/module.c:824: warning: ‘print_unload_info’ defined but not used
print_unload_info() just was used when CONFIG_PROC_FS was defined.
This patch mark print_unload_info() inline to solve the problem.
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
CC: Ingo Molnar <mingo@elte.hu>
CC: Américo Wang <xiyou.wangcong@gmail.com>
Diffstat (limited to 'arch/parisc')
0 files changed, 0 insertions, 0 deletions