netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: linux-next@vger.kernel.org, netdev <netdev@vger.kernel.org>,
	akpm <akpm@linux-foundation.org>,
	alan@lxorguk.ukuu.org.uk
Subject: Re: [PATCH -next] hp-plus: fix link objects
Date: Wed, 03 Sep 2008 10:08:53 -0400	[thread overview]
Message-ID: <48BE9A75.9000401@pobox.com> (raw)
In-Reply-To: <20080902130344.d8847b3d.randy.dunlap@oracle.com>

Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix hp-plus Makefile object file:
> 
> drivers/built-in.o: In function `hpp_open':
> hp-plus.c:(.text+0xaf445): undefined reference to `ei_interrupt'
> hp-plus.c:(.text+0xaf4ac): undefined reference to `ei_open'
> drivers/built-in.o: In function `hpp_close':
> hp-plus.c:(.text+0xaf59d): undefined reference to `ei_close'
> drivers/built-in.o: In function `hpp_probe1':
> hp-plus.c:(.init.text+0x7314): undefined reference to `ei_poll'
> drivers/built-in.o: In function `hp_plus_probe':
> (.init.text+0x7407): undefined reference to `__alloc_ei_netdev'
> make[1]: *** [.tmp_vmlinux1] Error 1
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
>  drivers/net/Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20080902.orig/drivers/net/Makefile
> +++ linux-next-20080902/drivers/net/Makefile
> @@ -111,7 +111,7 @@ obj-$(CONFIG_EL2) += 3c503.o 8390p.o
>  obj-$(CONFIG_NE2000) += ne.o 8390p.o
>  obj-$(CONFIG_NE2_MCA) += ne2.o 8390p.o
>  obj-$(CONFIG_HPLAN) += hp.o 8390p.o
> -obj-$(CONFIG_HPLAN_PLUS) += hp-plus.o 8390p.o
> +obj-$(CONFIG_HPLAN_PLUS) += hp-plus.o 8390.o
>  obj-$(CONFIG_ULTRA) += smc-ultra.o 8390.o
>  obj-$(CONFIG_ULTRAMCA) += smc-mca.o 8390.o
>  obj-$(CONFIG_ULTRA32) += smc-ultra32.o 8390.o

applied



      reply	other threads:[~2008-09-03 14:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-02 20:03 [PATCH -next] hp-plus: fix link objects Randy Dunlap
2008-09-03 14:08 ` Jeff Garzik [this message]

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=48BE9A75.9000401@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-next@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    /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).