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

Commit 09579770 authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] fix build error - arch/ia64/kernel/perfmon.c



arch/ia64/kernel/perfmon.c:621: error: duplicate 'static'

Introduced by commit c74a1cbb

    pass default dentry_operations to mount_pseudo()

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 581548db
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -618,7 +618,7 @@ pfm_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len,
}
}


/* forward declaration */
/* forward declaration */
static static const struct dentry_operations pfmfs_dentry_operations;
static const struct dentry_operations pfmfs_dentry_operations;


static struct dentry *
static struct dentry *
pfmfs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data)
pfmfs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data)