diff options
author | Satyam Sharma <satyam.sharma@gmail.com> | 2007-10-02 16:39:46 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-10-12 17:19:21 -0400 |
commit | 8e75ad8908bd653191b19347ecccb4078cb17b74 (patch) | |
tree | 88f451b1b1912a2b76aca01411980415049bbd0e /arch/ia64 | |
parent | db6a5cef7f474a5bad476a31f4e4c69a69fab8b1 (diff) |
[IA64] perfmon: Remove exit_pfm_fs()
Because it is dead code and not referenced by anybody else (that file cannot
be built modular).
Signed-off-by: Satyam Sharma <satyam@infradead.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Stephane Eranian <eranian@hpl.hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/perfmon.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index 14b8e5a6222b..f55fa07849c4 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
@@ -1538,13 +1538,6 @@ init_pfm_fs(void) | |||
1538 | return err; | 1538 | return err; |
1539 | } | 1539 | } |
1540 | 1540 | ||
1541 | static void __exit | ||
1542 | exit_pfm_fs(void) | ||
1543 | { | ||
1544 | unregister_filesystem(&pfm_fs_type); | ||
1545 | mntput(pfmfs_mnt); | ||
1546 | } | ||
1547 | |||
1548 | static ssize_t | 1541 | static ssize_t |
1549 | pfm_read(struct file *filp, char __user *buf, size_t size, loff_t *ppos) | 1542 | pfm_read(struct file *filp, char __user *buf, size_t size, loff_t *ppos) |
1550 | { | 1543 | { |