]> git.baikalelectronics.ru Git - kernel.git/commit
s390/decompressor: clean up and rename compressed/misc.c
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 25 Jul 2018 13:01:11 +0000 (15:01 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 9 Oct 2018 09:21:05 +0000 (11:21 +0200)
commite4adee360c04e658a6725b57ccb5b2b412abd1ac
tree61d2831bd787831b2bd91ed1c3f9e0b248b46e6d
parentf75d906e89ed728eae6c8a45dbf83359cd381229
s390/decompressor: clean up and rename compressed/misc.c

Since compressed/misc.c is conditionally compiled move error reporting
code to boot/main.c. With that being done compressed/misc.c has no
"miscellaneous" functions left and is all about plain decompression
now. Rename it accordingly.

Reviewed-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/compressed/Makefile
arch/s390/boot/compressed/decompressor.c [new file with mode: 0644]
arch/s390/boot/compressed/decompressor.h
arch/s390/boot/compressed/misc.c [deleted file]
arch/s390/boot/startup.c