[patch 1/1] ixp4xx_eth: fix ptp_ixp46x build failure

STALE5109d

3 messages, 3 authors, 2012-08-06 · open the first message on its own page

[patch 1/1] ixp4xx_eth: fix ptp_ixp46x build failure

From: Arnaud Patard (Rtp) <hidden>
Date: 2012-08-05 20:50:28

When building with ixp4xx_eth and ptp_ixp46x as module, one is getting the
following error:

ERROR: "ixp46x_phc_index" [drivers/ptp/ptp_ixp46x.ko] undefined!

This has been introduced by commit 509a7c25729feab353502e1b544c614772a1d49a.

Signed-off-by: Arnaud Patard <redacted>
Index: efika/drivers/net/ethernet/xscale/ixp4xx_eth.c
===================================================================
--- efika.orig/drivers/net/ethernet/xscale/ixp4xx_eth.c	2012-07-29 14:03:12.710197591 +0200
+++ efika/drivers/net/ethernet/xscale/ixp4xx_eth.c	2012-08-05 11:13:13.188037295 +0200
@@ -1003,6 +1003,7 @@ static int ixp4xx_nway_reset(struct net_
 }
 
 int ixp46x_phc_index = -1;
+EXPORT_SYMBOL_GPL(ixp46x_phc_index);
 
 static int ixp4xx_get_ts_info(struct net_device *dev,
 			      struct ethtool_ts_info *info)

Re: [patch 1/1] ixp4xx_eth: fix ptp_ixp46x build failure

From: Richard Cochran <richardcochran@gmail.com>
Date: 2012-08-06 06:23:32

On Sun, Aug 05, 2012 at 10:30:11PM +0200, Arnaud Patard wrote:
When building with ixp4xx_eth and ptp_ixp46x as module, one is getting the
following error:

ERROR: "ixp46x_phc_index" [drivers/ptp/ptp_ixp46x.ko] undefined!

This has been introduced by commit 509a7c25729feab353502e1b544c614772a1d49a.
Thanks for patching this.

Acked-by: Richard Cochran <richardcochran@gmail.com>
 
quoted hunk
Signed-off-by: Arnaud Patard <redacted>
Index: efika/drivers/net/ethernet/xscale/ixp4xx_eth.c
===================================================================
--- efika.orig/drivers/net/ethernet/xscale/ixp4xx_eth.c	2012-07-29 14:03:12.710197591 +0200
+++ efika/drivers/net/ethernet/xscale/ixp4xx_eth.c	2012-08-05 11:13:13.188037295 +0200
@@ -1003,6 +1003,7 @@ static int ixp4xx_nway_reset(struct net_
 }
 
 int ixp46x_phc_index = -1;
+EXPORT_SYMBOL_GPL(ixp46x_phc_index);
 
 static int ixp4xx_get_ts_info(struct net_device *dev,
 			      struct ethtool_ts_info *info)


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Re: [patch 1/1] ixp4xx_eth: fix ptp_ixp46x build failure

From: David Miller <davem@davemloft.net>
Date: 2012-08-06 20:31:14

From: Arnaud Patard (Rtp) <redacted>
Date: Sun, 05 Aug 2012 22:30:11 +0200
When building with ixp4xx_eth and ptp_ixp46x as module, one is getting the
following error:

ERROR: "ixp46x_phc_index" [drivers/ptp/ptp_ixp46x.ko] undefined!

This has been introduced by commit 509a7c25729feab353502e1b544c614772a1d49a.

Signed-off-by: Arnaud Patard <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help