nfc: microread: constify several pointers
[linux-2.6-microblaze.git] / drivers / nfc / microread / i2c.c
index f91760c..86f593c 100644 (file)
@@ -73,7 +73,7 @@ static void microread_i2c_remove_len_crc(struct sk_buff *skb)
        skb_trim(skb, MICROREAD_I2C_FRAME_TAILROOM);
 }
 
-static int check_crc(struct sk_buff *skb)
+static int check_crc(const struct sk_buff *skb)
 {
        int i;
        u8 crc = 0;