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)
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>

No differences found