From: Maciej W. Rozycki Date: Sun, 29 Jun 2014 01:09:19 +0000 (+0100) Subject: defxx: Fix !DYNAMIC_BUFFERS compilation warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b037474d0c0b5ceb65bc809e3d8ac4497ee041b;p=pandora-kernel.git defxx: Fix !DYNAMIC_BUFFERS compilation warnings This fixes compilation warnings: drivers/net/fddi/defxx.c:294: warning: 'dfx_rcv_flush' declared inline after being called drivers/net/fddi/defxx.c:294: warning: previous declaration of 'dfx_rcv_flush' was here drivers/net/fddi/defxx.c:2854: warning: 'my_skb_align' defined but not used triggered when the driver is built with DYNAMIC_BUFFERS undefined. Code tested to work just fine with these changes and a few DEFPA and DEFTA boards. Signed-off-by: Maciej W. Rozycki Signed-off-by: David S. Miller --- Reading git-diff-tree failed