[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>
This commit is contained in:
Adrian Bunk
2006-01-08 01:04:16 -08:00
committed by Linus Torvalds
parent 80851ef2a5
commit fee781e6c2
4 changed files with 9 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
#include <asm/system.h>
#include <asm/uaccess.h>
extern void free_proc_entry(struct proc_dir_entry *);
#include "internal.h"
static inline struct proc_dir_entry * de_get(struct proc_dir_entry *de)
{