net/fsl_pq_mdio: merge some functions together
authorTimur Tabi <timur@freescale.com>
Wed, 29 Aug 2012 08:07:59 +0000 (08:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Aug 2012 17:29:31 +0000 (13:29 -0400)
commit69cfb41941638d3070c284f3e8849dc5b356fc3f
tree224367e64313b0363c5cde7c28df75ed51fc32cd
parent1aa06d42d98ef96e92857802c31f662fa971247b
net/fsl_pq_mdio: merge some functions together

A few small functions were called only by other functions in the same
file, so merge them together.  One function, for example, was calculating
the device address even though the caller was doing the same thing.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fsl_pq_mdio.c