Skip to content

Commit 47a5247

Browse files
Wei Yongjundavem330
authored andcommitted
net: fec: make local function fec_poll_controller() static
fec_poll_controller() was not declared. It should be static. Signed-off-by: Wei Yongjun <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e052a58 commit 47a5247

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/freescale

1 file changed

+1
-1
lines changed

drivers/net/ethernet/freescale/fec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ fec_set_mac_address(struct net_device *ndev, void *p)
15561556
* Polled functionality used by netconsole and others in non interrupt mode
15571557
*
15581558
*/
1559-
void fec_poll_controller(struct net_device *dev)
1559+
static void fec_poll_controller(struct net_device *dev)
15601560
{
15611561
int i;
15621562
struct fec_enet_private *fep = netdev_priv(dev);

0 commit comments

Comments
 (0)