diff options
| author | Randy Dunlap <[email protected]> | 2020-12-29 23:15:04 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-12-29 23:36:49 +0000 |
| commit | 605cc30dea249edf1b659e7d0146a2cf13cbbf71 (patch) | |
| tree | 9686fabdf9773a01cd99e7471671cc0c62354fe2 /scripts/gcc-plugins/structleak_plugin.c | |
| parent | lib/zlib: fix inflating zlib streams on s390 (diff) | |
| download | kernel-605cc30dea249edf1b659e7d0146a2cf13cbbf71.tar.gz kernel-605cc30dea249edf1b659e7d0146a2cf13cbbf71.zip | |
zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c
In commit 11fb479ff5d9 ("zlib: export S390 symbols for zlib modules"), I
added EXPORT_SYMBOL()s to dfltcc_inflate.c but then Mikhail said that
these should probably be in dfltcc_syms.c with the other
EXPORT_SYMBOL()s.
However, that is contrary to the current kernel style, which places
EXPORT_SYMBOL() immediately after the function that it applies to, so
move all EXPORT_SYMBOL()s to their respective function locations and
drop the dfltcc_syms.c file. Also move MODULE_LICENSE() from the
deleted file to dfltcc.c.
[[email protected]: remove dfltcc_syms.o from Makefile]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 11fb479ff5d9 ("zlib: export S390 symbols for zlib modules")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Acked-by: Ilya Leoshkevich <[email protected]>
Acked-by: Christian Borntraeger <[email protected]>
Cc: Zaslonko Mikhail <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Vasily Gorbik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/structleak_plugin.c')
0 files changed, 0 insertions, 0 deletions
