diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-29 18:40:15 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:32:34 +0100 |
commit | 69e7dae4096caeea0a7e2ede376f22a4fdee8456 (patch) | |
tree | eb3ac23820052da46982c1ea1a818fb949d9838f /fs/bad_inode.c | |
parent | nf_conntrack.h: fix up fallout from implicit moduleparam.h presence (diff) | |
download | linux-69e7dae4096caeea0a7e2ede376f22a4fdee8456.tar.xz linux-69e7dae4096caeea0a7e2ede376f22a4fdee8456.zip |
ip_vs.h: fix implicit use of module_get/module_put from module.h
This file was using the module get/put functions in two simple inline
functions. But module_get/put were only within scope because of
the implicit presence of module.h being everywhere.
Rather than add module.h to another file in include/ -- which is
exactly the thing we are trying to avoid, simply convert these
one-line functions into a define, as per what was done for the
device_schedule_callback() in commit 523ded71de0c5e669733.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'fs/bad_inode.c')
0 files changed, 0 insertions, 0 deletions