aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/kcore.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-04-11 13:34:43 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2013-05-01 17:29:47 -0400
commit59d8053f1e16904d54ed7469d4b36801ea6b8f2c (patch)
treeca3879f5ffd0b4b9f89fbdc1b95d409793a1dc79 /fs/proc/kcore.c
parentc30480b92cf497aa3b463367a82f1c2fdc5c46e9 (diff)
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
Move non-public declarations and definitions from linux/proc_fs.h to fs/proc/internal.h. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/proc/kcore.c')
-rw-r--r--fs/proc/kcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
index 8e6ce830de44..13cf87c4686f 100644
--- a/fs/proc/kcore.c
+++ b/fs/proc/kcore.c
@@ -28,6 +28,7 @@
#include <linux/ioport.h>
#include <linux/memory.h>
#include <asm/sections.h>
+#include "internal.h"
#define CORE_STR "CORE"