From: Paul Gortmaker Date: Mon, 29 Aug 2011 16:40:15 +0000 (-0400) Subject: ip_vs.h: fix implicit use of module_get/module_put from module.h X-Git-Tag: v3.2-rc1~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e7dae4096caeea0a7e2ede376f22a4fdee8456;p=pandora-kernel.git 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 --- Reading git-diff-tree failed