Signed-off-by: Arnaud Lacombe <lacombar@xxxxxxxxx> --- include/linux/compat-2.6.22.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/compat-2.6.22.h b/include/linux/compat-2.6.22.h index 6675027..7c0c615 100644 --- a/include/linux/compat-2.6.22.h +++ b/include/linux/compat-2.6.22.h @@ -46,7 +46,7 @@ static inline void skb_set_transport_header(struct sk_buff *skb, int offset) skb->h.raw = skb->data + offset; } -static inline unsigned char *skb_transport_header(struct sk_buff *skb) +static inline unsigned char *skb_transport_header(const struct sk_buff *skb) { return skb->h.raw; } -- 1.7.2.30.gc37d7.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html