]> git.baikalelectronics.ru Git - kernel.git/commit
net: fec: Remove 'inline' declarations
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 7 Jan 2013 17:42:56 +0000 (17:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jan 2013 01:54:07 +0000 (17:54 -0800)
commita662b62a33d524974b9ccf22b1e0c6506e718144
tree0c77e2886088cca27ffbaf2dc38aa111097996e2
parent155dfb67ddf5c767d8454785357fc14f6a656bff
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 <fabio.estevam@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec.c