]> git.baikalelectronics.ru Git - kernel.git/commit
net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM
authorClaudiu Manoil <claudiu.manoil@freescale.com>
Tue, 7 Oct 2014 07:44:28 +0000 (10:44 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2014 05:40:36 +0000 (01:40 -0400)
commit969a67d449c219e8779b688dc273467087d16ec3
tree57cc3589473732e60213a83020c98cde0c0411fe
parent5c02099415b0a172fb885105d1e44cfcf9dd0cb0
net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM

The UCC specific code included in fsl_pq_mdio.c (with
function calls from asm/ucc.h) is already guarded
by these config options, so this ARM build fix only
provides consistency with the rest UCC specific code.

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fsl_pq_mdio.c