powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 10 Feb 2017 01:04:56 +0000 (12:04 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 10 Apr 2017 21:46:03 +0000 (07:46 +1000)
commit7644d5819cf8956d799a0a0e5dc75f5a29889bd5
treea57da650f65a4c8d03feaed2bb055f94f19d19b4
parentabfe8026b505d66dad7a3e5ebe7235f12c29b67d
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there

powerpc_debugfs_root is the dentry representing the root of the
"powerpc" directory tree in debugfs.

Currently it sits in asm/debug.h, a long with some other things that
have "debug" in the name, but are otherwise unrelated.

Pull it out into a separate header, which also includes linux/debugfs.h,
and convert all the users to include debugfs.h instead of debug.h.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
14 files changed:
arch/powerpc/include/asm/debug.h
arch/powerpc/include/asm/debugfs.h [new file with mode: 0644]
arch/powerpc/kernel/eeh.c
arch/powerpc/kernel/fadump.c
arch/powerpc/kernel/setup-common.c
arch/powerpc/kernel/traps.c
arch/powerpc/kvm/book3s_xics.c
arch/powerpc/mm/hash_utils_64.c
arch/powerpc/platforms/cell/axon_msi.c
arch/powerpc/platforms/powernv/opal-lpc.c
arch/powerpc/platforms/powernv/pci-ioda.c
arch/powerpc/platforms/pseries/dtl.c
arch/powerpc/sysdev/scom.c
arch/powerpc/xmon/xmon.c