diff options
author | David Howells <dhowells@redhat.com> | 2013-04-11 16:34:43 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-02 01:29:47 +0400 |
commit | 59d8053f1e16904d54ed7469d4b36801ea6b8f2c (patch) | |
tree | ca3879f5ffd0b4b9f89fbdc1b95d409793a1dc79 /fs/proc/kcore.c | |
parent | c30480b92cf497aa3b463367a82f1c2fdc5c46e9 (diff) | |
download | linux-59d8053f1e16904d54ed7469d4b36801ea6b8f2c.tar.xz |
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.c | 1 |
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" |