netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] hp-plus: fix link objects
@ 2008-09-02 20:03 Randy Dunlap
  2008-09-03 14:08 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-09-02 20:03 UTC (permalink / raw)
  To: linux-next; +Cc: netdev, akpm, jgarzik, alan

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] hp-plus: fix link objects
  2008-09-02 20:03 [PATCH -next] hp-plus: fix link objects Randy Dunlap
@ 2008-09-03 14:08 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-09-03 14:08 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-next, netdev, akpm, alan

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-03 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 20:03 [PATCH -next] hp-plus: fix link objects Randy Dunlap
2008-09-03 14:08 ` Jeff Garzik

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).