Bluetooth: 6lowpan: Make variable header_ops constant
[linux-2.6-microblaze.git] / net / bluetooth / 6lowpan.c
index 9d41de1..bb55d92 100644 (file)
@@ -583,7 +583,7 @@ static const struct net_device_ops netdev_ops = {
        .ndo_start_xmit         = bt_xmit,
 };
 
-static struct header_ops header_ops = {
+static const struct header_ops header_ops = {
        .create = header_create,
 };