s390/debug: remove module_exit function / move EXPORT_SYMBOLs
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 24 Jul 2012 12:27:53 +0000 (14:27 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 26 Jul 2012 08:07:25 +0000 (10:07 +0200)
commitd5274369945a9c1cc05cb05c0d9713afe2f87db0
tree1e4073689ab605f458692d81f74db92248e4e6e8
parentbdc0077af574800d24318b6945cf2344e8dbb050
s390/debug: remove module_exit function / move EXPORT_SYMBOLs

debug.c is not a module, so remove the module_exit function, since it
will never be called.
Also move the EXPORT_SYMBOL statements to the functions they belong to.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/debug.c