projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
581548d
)
[IA64] fix build error - arch/ia64/kernel/perfmon.c
author
Tony Luck
<
[email protected]
>
Thu, 13 Jan 2011 22:49:56 +0000
(14:49 -0800)
committer
Tony Luck
<
[email protected]
>
Thu, 13 Jan 2011 22:49:56 +0000
(14:49 -0800)
arch/ia64/kernel/perfmon.c:621: error: duplicate 'static'
Introduced by commit
c74a1cbb3cac348f276fabc381758f5b0b4713b2
pass default dentry_operations to mount_pseudo()
Signed-off-by: Tony Luck <
[email protected]
>
arch/ia64/kernel/perfmon.c
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/perfmon.c
b/arch/ia64/kernel/perfmon.c
index ac76da099a6d434855174b17dd32963d22e5c63f..89accc626b86ce304128c59a2c1bfc499e6b33d4 100644
(file)
--- a/
arch/ia64/kernel/perfmon.c
+++ b/
arch/ia64/kernel/perfmon.c
@@
-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)