Commit 14f7031c authored by Art Haas's avatar Art Haas Committed by David S. Miller

[PATCH] C99 initializer for drivers/zorro/proc.c

parent 40dffe2c
...@@ -76,8 +76,8 @@ proc_bus_zorro_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos) ...@@ -76,8 +76,8 @@ proc_bus_zorro_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos)
} }
static struct file_operations proc_bus_zorro_operations = { static struct file_operations proc_bus_zorro_operations = {
llseek: proc_bus_zorro_lseek, .llseek = proc_bus_zorro_lseek,
read: proc_bus_zorro_read, .read = proc_bus_zorro_read,
}; };
static int static int
......
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