[resend][PATCH] Remove duplicated declarations in procfs

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: LKML <linux-kernel@...>
Date: Friday, September 28, 2007 - 3:27 am

From: Pierre Peiffer <pierre.peiffer@bull.net>

This is a trivial patch that removes some duplicated declarations of
extern variables.

Signed-off-by: Pierre Peiffer <pierre.peiffer@bull.net>
---

 fs/proc/internal.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/fs/proc/internal.h b/fs/proc/internal.h
index b215c35..d812816 100644
--- a/fs/proc/internal.h
+++ b/fs/proc/internal.h
@@ -50,10 +50,6 @@ extern const struct file_operations proc_maps_operations;
 extern const struct file_operations proc_numa_maps_operations;
 extern const struct file_operations proc_smaps_operations;
 
-extern const struct file_operations proc_maps_operations;
-extern const struct file_operations proc_numa_maps_operations;
-extern const struct file_operations proc_smaps_operations;
-
 
 void free_proc_entry(struct proc_dir_entry *de);
 

-- 
Pierre
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[resend][PATCH] Remove duplicated declarations in procfs, Pierre Peiffer, (Fri Sep 28, 3:27 am)