diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-08 01:04:16 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 20:14:03 -0800 |
commit | fee781e6c25772db862d3322b4745a896022a4f1 (patch) | |
tree | ab1d3ea15594c684eb054bd333a8a38d2ab873a6 /fs/proc/generic.c | |
parent | 80851ef2a5a404e6054211ca96ecd5ac4b06d297 (diff) | |
download | linux-3.10-fee781e6c25772db862d3322b4745a896022a4f1.tar.gz linux-3.10-fee781e6c25772db862d3322b4745a896022a4f1.tar.bz2 linux-3.10-fee781e6c25772db862d3322b4745a896022a4f1.zip |
[PATCH] fs/proc/: function prototypes belong in header files
Function prototypes belong into header files.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/proc/generic.c')
-rw-r--r-- | fs/proc/generic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/proc/generic.c b/fs/proc/generic.c index 72b431d0a0a..20e5c4509a4 100644 --- a/fs/proc/generic.c +++ b/fs/proc/generic.c @@ -21,6 +21,8 @@ #include <linux/bitops.h> #include <asm/uaccess.h> +#include "internal.h" + static ssize_t proc_file_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos); static ssize_t proc_file_write(struct file *file, const char __user *buffer, |