linux/drivers/s390
Heiko Carstens e036ea81c0 s390/3270: make raw3270_state_final() depend on CONFIG_TN3270_CONSOLE
If CONFIG_TN3270_CONSOLE is not enabled clang emits the following warning:

drivers/s390/char/raw3270.c:114:19:
  error: unused function 'raw3270_state_final' [-Werror,-Wunused-function]
static inline int raw3270_state_final(struct raw3270 *rp)

Get rid of this warning by making raw3270_state_final() only
available if CONFIG_TN3270_CONSOLE is enabled.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2022-11-23 16:24:07 +01:00
..
block s390 updates for the 6.1 merge window 2022-10-09 13:51:40 -07:00
char s390/3270: make raw3270_state_final() depend on CONFIG_TN3270_CONSOLE 2022-11-23 16:24:07 +01:00
cio VFIO updates for v6.1-rc1 2022-10-12 14:46:48 -07:00
crypto VFIO updates for v6.1-rc1 2022-10-12 14:46:48 -07:00
net s390 updates for the 6.1 merge window 2022-10-09 13:51:40 -07:00
scsi s390: move from strlcpy with unused retval to strscpy 2022-08-30 22:00:33 +02:00
virtio virtio: Revert "virtio: find_vqs() add arg sizes" 2022-08-16 01:40:24 -04:00
Makefile