Skip to content

Commit

Permalink
[IA64] perfmon: Remove exit_pfm_fs()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Satyam Sharma authored and Tony Luck committed Oct 12, 2007
1 parent db6a5ce commit 8e75ad8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/ia64/kernel/perfmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1538,13 +1538,6 @@ init_pfm_fs(void)
return err;
}

static void __exit
exit_pfm_fs(void)
{
unregister_filesystem(&pfm_fs_type);
mntput(pfmfs_mnt);
}

static ssize_t
pfm_read(struct file *filp, char __user *buf, size_t size, loff_t *ppos)
{
Expand Down

0 comments on commit 8e75ad8

Please sign in to comment.