[GIT PULL] asm-generic: remove ptrace.h

From: Arnd Bergmann
Date: Fri Jul 12 2019 - 17:05:02 EST


The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:

Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/asm-generic-5.3

for you to fetch changes up to 7f3a8dff1219fba3076fe207972d1d7893c099bb:

asm-generic: remove ptrace.h (2019-07-01 17:51:40 +0200)

----------------------------------------------------------------
asm-generic: remove ptrace.h

The asm-generic changes for 5.3 consist of a cleanup series from
Christoph Hellwig, who explains:

"asm-generic/ptrace.h is a little weird in that it doesn't actually
implement any functionality, but it provided multiple layers of macros
that just implement trivial inline functions. We implement those
directly in the few architectures and be off with a much simpler
design."

Link: https://lore.kernel.org/lkml/20190624054728.30966-1-hch@xxxxxx/
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

----------------------------------------------------------------
Christoph Hellwig (5):
arm64: don't use asm-generic/ptrace.h
powerpc: don't use asm-generic/ptrace.h
sh: don't use asm-generic/ptrace.h
x86: don't use asm-generic/ptrace.h
asm-generic: remove ptrace.h

MAINTAINERS | 1 -
arch/arm64/include/asm/ptrace.h | 31 ++++++++++-------
arch/mips/include/asm/ptrace.h | 5 ---
arch/powerpc/include/asm/ptrace.h | 29 ++++++++++++----
arch/sh/include/asm/ptrace.h | 29 +++++++++++++---
arch/x86/include/asm/ptrace.h | 30 +++++++++++++---
include/asm-generic/ptrace.h | 73 ---------------------------------------
7 files changed, 91 insertions(+), 107 deletions(-)
delete mode 100644 include/asm-generic/ptrace.h