From: Xenia Ragiadakou Date: Thu, 23 May 2013 17:51: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~368 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3147965384f1a5ace685dc34e78f9bb201f357d;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