diff options
Diffstat (limited to 'arch/ia64/kernel/perfmon.c')
-rw-r--r-- | arch/ia64/kernel/perfmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index 433f5e8a2cd1..2eda28414abb 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
@@ -619,6 +619,7 @@ static struct file_system_type pfm_fs_type = { | |||
619 | .mount = pfmfs_mount, | 619 | .mount = pfmfs_mount, |
620 | .kill_sb = kill_anon_super, | 620 | .kill_sb = kill_anon_super, |
621 | }; | 621 | }; |
622 | MODULE_ALIAS_FS("pfmfs"); | ||
622 | 623 | ||
623 | DEFINE_PER_CPU(unsigned long, pfm_syst_info); | 624 | DEFINE_PER_CPU(unsigned long, pfm_syst_info); |
624 | DEFINE_PER_CPU(struct task_struct *, pmu_owner); | 625 | DEFINE_PER_CPU(struct task_struct *, pmu_owner); |