From edea341b0477ce5d53f7341f8b8cf8c91ad54ecf Mon Sep 17 00:00:00 2001 From: Xenia Ragiadakou Date: Tue, 21 May 2013 13:18:57 +0300 Subject: [PATCH] ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.c This patch replaces the calls to alloc_skb with calls to dev_alloc_skb. dev_alloc_skb has GFP_ATOMIC priority so the replacement does not change the code semantics. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed