diff options
author | Jianjun Kong <[email protected]> | 2008-12-08 14:26:29 +0800 |
---|---|---|
committer | Rusty Russell <[email protected]> | 2009-01-05 08:40:11 +1030 |
commit | d1e99d7ae4e6bbd1ebb5e81ecd3af2b8793efee0 (patch) | |
tree | 15254031f4f91656f55876f52d037b7c3525c4db /fs/jbd2/commit.c | |
parent | ca4787b779dd698a2a33a328aa5fa90a3e954077 (diff) |
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 <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
CC: Ingo Molnar <[email protected]>
CC: Américo Wang <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions