Skip to content

Commit

Permalink
[IA64] fix build error - arch/ia64/kernel/perfmon.c
Browse files Browse the repository at this point in the history
arch/ia64/kernel/perfmon.c:621: error: duplicate 'static'

Introduced by commit c74a1cb

    pass default dentry_operations to mount_pseudo()

Signed-off-by: Tony Luck <[email protected]>
  • Loading branch information
aegl committed Jan 13, 2011
1 parent 581548d commit 0957977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/perfmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ pfm_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len,
}

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

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

0 comments on commit 0957977

Please sign in to comment.