diff options
author | Randy Dunlap <[email protected]> | 2020-12-29 15:15:04 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-12-29 15:36:49 -0800 |
commit | 605cc30dea249edf1b659e7d0146a2cf13cbbf71 (patch) | |
tree | 9686fabdf9773a01cd99e7471671cc0c62354fe2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f0bb29e8c4076444d32df00c8d32e169ceecf283 (diff) |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions