diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-01-07 22:28:40 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-01-07 22:28:40 -0800 |
| commit | 0b7d79ffb397eb845e5f8de93396d65dbd0e8abd (patch) | |
| tree | 34274b09b631e675513f27064940bfed3e4754ab /include | |
| parent | 283b7bfb037330f8acf2999228e0c11c621fed9c (diff) | |
[PATCH] small proc_fs cleanups
The patch below does the following cleanups in the proc_fs code:
- remove an unused global function
- make two functions static
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 'include')
| -rw-r--r-- | include/linux/proc_fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 14b0b41e5ecc..59e505261fd6 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -231,13 +231,8 @@ extern struct proc_dir_entry proc_root; static inline void kclist_add(struct kcore_list *new, void *addr, size_t size) { } -static inline struct kcore_list * kclist_del(void *addr) -{ - return NULL; -} #else extern void kclist_add(struct kcore_list *, void *, size_t); -extern struct kcore_list *kclist_del(void *); #endif struct proc_inode { |
