summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/segment.c
diff options
context:
space:
mode:
authorPaul Burton2015-09-22 19:10:55 +0200
committerRalf Baechle2015-10-26 09:49:42 +0100
commit75dcfc1d678d76a82288c043bfd5bfc0fbd43b49 (patch)
tree0a871d2a6c96eee719c719fc730d1990a94e2633 /arch/mips/kernel/segment.c
parentMIPS: Enable L2 prefetching for CM >= 2.5 (diff)
downloadkernel-qcow2-linux-75dcfc1d678d76a82288c043bfd5bfc0fbd43b49.tar.gz
kernel-qcow2-linux-75dcfc1d678d76a82288c043bfd5bfc0fbd43b49.tar.xz
kernel-qcow2-linux-75dcfc1d678d76a82288c043bfd5bfc0fbd43b49.zip
MIPS: Declare mips_debugfs_dir in a header
We have many extern declarations of mips_debugfs_dir through arch/mips/ in various C files. Unify them by declaring mips_debugfs_dir in a header, including it in each affected C file & removing the duplicate declarations. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Cc: Steven J. Hill <Steven.Hill@imgtec.com> Cc: Alexander Sverdlin <alexander.sverdlin@nokia.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Cc: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-kernel@vger.kernel.org Cc: Joe Perches <joe@perches.com> Cc: Jaedon Shin <jaedon.shin@gmail.com> Cc: James Hogan <james.hogan@imgtec.com> Cc: David Daney <david.daney@cavium.com> Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Cc: Markos Chandras <markos.chandras@imgtec.com> Cc: James Cowgill <James.Cowgill@imgtec.com> Patchwork: https://patchwork.linux-mips.org/patch/11181/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/segment.c')
-rw-r--r--arch/mips/kernel/segment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/segment.c b/arch/mips/kernel/segment.c
index 076ead2a9859..87bc74a5a518 100644
--- a/arch/mips/kernel/segment.c
+++ b/arch/mips/kernel/segment.c
@@ -10,6 +10,7 @@
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <asm/cpu.h>
+#include <asm/debug.h>
#include <asm/mipsregs.h>
static void build_segment_config(char *str, unsigned int cfg)
@@ -91,7 +92,6 @@ static const struct file_operations segments_fops = {
static int __init segments_info(void)
{
- extern struct dentry *mips_debugfs_dir;
struct dentry *segments;
if (cpu_has_segments) {