Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e75ad89 authored by Satyam Sharma's avatar Satyam Sharma Committed by Tony Luck
Browse files

[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: default avatarSatyam Sharma <satyam@infradead.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Stephane Eranian <eranian@hpl.hp.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent db6a5cef
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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)
{