[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:
committed by
Linus Torvalds
parent
80851ef2a5
commit
fee781e6c2
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user