From: Xenia Ragiadakou Date: Tue, 21 May 2013 10:18:57 +0000 (+0300) Subject: ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~542 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edea341b0477ce5d53f7341f8b8cf8c91ad54ecf;p=pandora-kernel.git 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-diff-tree failed