]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ieee1394/eth1394.c
ieee1394: mark all hpsb_address_ops instances as const
[linux-2.6-omap-h63xx.git] / drivers / ieee1394 / eth1394.c
index 20128692b3398be1c3a8556e78b593718894bdc1..7ae8bce2756999b22233af001d39801f5a888fc7 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,
 };