Commit 4360e757 authored by Art Haas's avatar Art Haas Committed by David S. Miller

[PATCH] C99 initializers for drivers/ieee1394

parent 01c26cd4
......@@ -90,10 +90,10 @@ static int arm_lock (struct hpsb_host *host, int nodeid, quadlet_t *store,
static int arm_lock64 (struct hpsb_host *host, int nodeid, octlet_t *store,
u64 addr, octlet_t data, octlet_t arg, int ext_tcode, u16 flags);
static struct hpsb_address_ops arm_ops = {
read: arm_read,
write: arm_write,
lock: arm_lock,
lock64: arm_lock64,
.read = arm_read,
.write = arm_write,
.lock = arm_lock,
.lock64 = arm_lock64,
};
static void queue_complete_cb(struct pending_request *req);
......
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