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)
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>

No differences found