Commit 08a922ab authored by Art Haas's avatar Art Haas Committed by David Mosberger

[PATCH] ia64: C99 designated initializer for arch/ia64/sn/

Here's a trivial patch for one file deep in the ia64 tree. The patch is
against 2.5.47.
parent 1e8667af
......@@ -449,7 +449,7 @@ synergy_perf_ioctl(struct inode *inode, struct file *file,
}
struct file_operations synergy_mon_fops = {
ioctl: synergy_perf_ioctl,
.ioctl = synergy_perf_ioctl,
};
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