summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/head.S
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-09-27 14:56:47 -0700
committerVasily Gorbik <gor@linux.ibm.com>2021-10-04 09:49:37 +0200
commitbca2d0428e3d83b1a39ec46033e69fba8624280f (patch)
tree3ce80aa43403102b02445636eec605a3e0a000c1 /arch/s390/boot/head.S
parentd340d28a968ec479d0ed3c38ab716ed821d82ad8 (diff)
downloadlinux-bca2d0428e3d83b1a39ec46033e69fba8624280f.tar.bz2
s390/sclp_vt220: fix unused function warning
When CONFIG_SCLP_VT220_TTY=y and CONFIG_SCLP_VT220_CONSOLE is not set: ../drivers/s390/char/sclp_vt220.c:771:13: warning: '__sclp_vt220_flush_buffer' defined but not used [-Wunused-function] 771 | static void __sclp_vt220_flush_buffer(void) so move this function inside the #ifdef block where it is used. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Vasily Gorbik <gor@linux.ibm.com> Cc: Christian Borntraeger <borntraeger@de.ibm.com> Link: https://lore.kernel.org/r/20210927215647.11506-1-rdunlap@infradead.org Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/boot/head.S')
0 files changed, 0 insertions, 0 deletions