diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-29 12:40:15 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:34 -0400 |
commit | 69e7dae4096caeea0a7e2ede376f22a4fdee8456 (patch) | |
tree | eb3ac23820052da46982c1ea1a818fb949d9838f /kernel | |
parent | 34641c6d003a0a94ccabf78211f42da36799f1a2 (diff) | |
download | op-kernel-dev-69e7dae4096caeea0a7e2ede376f22a4fdee8456.zip op-kernel-dev-69e7dae4096caeea0a7e2ede376f22a4fdee8456.tar.gz |
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 'kernel')
0 files changed, 0 insertions, 0 deletions