netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Cochran <richardcochran@gmail.com>
To: Arnaud Patard <arnaud.patard@rtp-net.org>
Cc: netdev@vger.kernel.org, Krzysztof Halasa <khc@pm.waw.pl>
Subject: Re: [patch 1/1] ixp4xx_eth: fix ptp_ixp46x build failure
Date: Mon, 6 Aug 2012 08:23:22 +0200	[thread overview]
Message-ID: <20120806062321.GA2189@netboy.at.omicron.at> (raw)
In-Reply-To: <20120805203042.509148064@rtp-net.org>

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>
 
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> 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

  reply	other threads:[~2012-08-06  6:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-05 20:30 [patch 1/1] ixp4xx_eth: fix ptp_ixp46x build failure Arnaud Patard
2012-08-06  6:23 ` Richard Cochran [this message]
2012-08-06 20:31 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120806062321.GA2189@netboy.at.omicron.at \
    --to=richardcochran@gmail.com \
    --cc=arnaud.patard@rtp-net.org \
    --cc=khc@pm.waw.pl \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).