]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc80edad8c48d5f7555a0b49eeaf108572c2a631
treea57da650f65a4c8d03feaed2bb055f94f19d19b4
parente05849f91a16017cb16075c5704836e85c67e975
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