s390/debug: remove struct __debug_entry from uapi
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 18 Jun 2020 05:41:18 +0000 (07:41 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 29 Jun 2020 14:32:25 +0000 (16:32 +0200)
commit6ffb3f6b46d0d02c318946047dc5ce6553495848
tree4b306793ea839541f465718899a8730fff4732fd
parentecb1ff6833c461ea3bcf16396cd4f1eb50b119c2
s390/debug: remove struct __debug_entry from uapi

There is no interface to userspace which exposes anything that would
require the struct __debug_entry definition. Therefore remove it from
uapi. This allows to change the definition, since it is only kernel
internally used.

The only exception is the crash utility, however that tool must handle
changes all the time anyway.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/include/asm/debug.h
arch/s390/include/uapi/asm/debug.h [deleted file]