arch/ia64/kernel/perfmon.c:621: error: duplicate 'static'
Introduced by commit
cbf94a73c45cc5c2aa8d0b15f9f0990780a24535
pass default dentry_operations to mount_pseudo()
Signed-off-by: Tony Luck <tony.luck@intel.com>
}
/* 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)