linux_dsm_epyc7002/include
Paul Gortmaker 69e7dae409 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 523ded71de.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2011-10-31 19:32:34 -04:00
..
acpi acpi: remove module.h include from platform/aclinux.h 2011-10-31 19:32:27 -04:00
asm-generic Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 2011-10-29 07:27:45 -07:00
crypto
drm include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
keys
linux include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
math-emu
media include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
mtd
net ip_vs.h: fix implicit use of module_get/module_put from module.h 2011-10-31 19:32:34 -04:00
pcmcia pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3 2011-08-08 16:04:11 -04:00
rdma net: consolidate and fix ethtool_ops->get_settings calling 2011-09-15 17:32:26 -04:00
rxrpc atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
scsi Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 2011-10-28 16:44:18 -07:00
sound include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
target Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2011-10-25 12:11:02 +02:00
trace include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
video Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into fbdev-next 2011-10-15 00:19:52 +00:00
xen xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. 2011-10-31 19:32:11 -04:00
Kbuild