X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fieee1394%2Feth1394.c;fp=drivers%2Fieee1394%2Feth1394.c;h=7ae8bce2756999b22233af001d39801f5a888fc7;hb=b17a55096071898454d7b5b6fb30cca7faedf9f1;hp=20128692b3398be1c3a8556e78b593718894bdc1;hpb=adb0a61681224340271bb2c2e1a060434b76ec06;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/ieee1394/eth1394.c b/drivers/ieee1394/eth1394.c index 2012869..7ae8bce 100644 --- a/drivers/ieee1394/eth1394.c +++ b/drivers/ieee1394/eth1394.c @@ -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, };