Commit ef0df73b authored by Art Haas's avatar Art Haas Committed by Linus Torvalds

[PATCH] C99 initializer for arch/ia64/sn/kernel/sn1/synergy.c

parent df39befb
...@@ -449,7 +449,7 @@ synergy_perf_ioctl(struct inode *inode, struct file *file, ...@@ -449,7 +449,7 @@ synergy_perf_ioctl(struct inode *inode, struct file *file,
} }
struct file_operations synergy_mon_fops = { struct file_operations synergy_mon_fops = {
ioctl: synergy_perf_ioctl, .ioctl = synergy_perf_ioctl,
}; };
void void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment