From: Fabio Estevam Date: Mon, 7 Jan 2013 17:42:56 +0000 (+0000) Subject: net: fec: Remove 'inline' declarations X-Git-Tag: v3.9-rc1~139^2~436 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7768a0985f281e71c0229c0531ccfc0d3dd1f9;p=pandora-kernel.git net: fec: Remove 'inline' declarations Fix the following warning when building with W=1 option: drivers/net/ethernet/freescale/fec.c:810:1: warning: '__inline__' is not at beginning of declaration [-Wold-style-declaration] The inline declaration is pointless in this function, so just remove it. While at it, also remove the other 'inline' declarations. Signed-off-by: Fabio Estevam Signed-off-by: David S. Miller --- Reading git-diff-tree failed