Thread (14 messages) flat view 14 messages, 4 authors, 2014-10-06

Re: [net 1/8] net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM

From: Sergei Shtylyov <hidden>
Date: 2014-10-03 18:39:17

Hello.

On 10/03/2014 08:02 PM, Claudiu Manoil wrote:
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 provides
consistency with the rest UCC specific code.
Signed-off-by: Claudiu Manoil <redacted>
---
  drivers/net/ethernet/freescale/fsl_pq_mdio.c | 2 ++
  1 file changed, 2 insertions(+)
quoted hunk ↗ jump to hunk
diff --git a/drivers/net/ethernet/freescale/fsl_pq_mdio.c b/drivers/net/ethernet/freescale/fsl_pq_mdio.c
index 583e71a..89b3fea 100644
--- a/drivers/net/ethernet/freescale/fsl_pq_mdio.c
+++ b/drivers/net/ethernet/freescale/fsl_pq_mdio.c
@@ -28,7 +28,9 @@
  #include <linux/of_device.h>

  #include <asm/io.h>
+#if defined(CONFIG_UCC_GETH) || defined(CONFIG_UCC_GETH_MODULE)
    Use IS_ENABLED(CONFIG_UCC_GETH) instead.

WBR, Sergei
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help