ieee1394: mark all hpsb_address_ops instances as const
[safe/jmp/linux-2.6] / drivers / ieee1394 / eth1394.c
index 2012869..7ae8bce 100644 (file)
@@ -181,7 +181,7 @@ static void ether1394_remove_host(struct hpsb_host *host);
 static void ether1394_host_reset(struct hpsb_host *host);
 
 /* Function for incoming 1394 packets */
-static struct hpsb_address_ops addr_ops = {
+const static struct hpsb_address_ops addr_ops = {
        .write =        ether1394_write,
 };