linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ieee1394 needs CONFIG_NET but does not depend on it
@ 2005-02-08 18:41 Pavel Machek
  2005-02-08 19:18 ` Randy.Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2005-02-08 18:41 UTC (permalink / raw)
  To: kernel list

Hi!

If I attempt to compile IEE1394 without CONFIG_NET, I get:

drivers/built-in.o(.text+0xcf885): In function `hpsb_alloc_packet':
: undefined reference to `alloc_skb'
drivers/built-in.o(.text+0xd03a6): In function `hpsb_send_packet':
: undefined reference to `skb_queue_tail'
drivers/built-in.o(.text+0xd0ea3): In function `abort_requests':
: undefined reference to `skb_dequeue'
drivers/built-in.o(.text+0xd0f99): In function
`queue_packet_complete':
: undefined reference to `skb_queue_tail'
drivers/built-in.o(.text+0xd1026): In function `hpsbpkt_thread':
: undefined reference to `skb_dequeue'
drivers/built-in.o(.text+0xcf930): In function `hpsb_free_packet':
: undefined reference to `__kfree_skb'
make: *** [.tmp_vmlinux1] Error 1
9.20user 0.83system 10.05 (0m10.058s) elapsed 99.83%CPU
pavel@amd:/usr/src/linux-mm$

Looks like some Kconfig dependency is needed...
							Pavel
-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!

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

* Re: ieee1394 needs CONFIG_NET but does not depend on it
  2005-02-08 18:41 ieee1394 needs CONFIG_NET but does not depend on it Pavel Machek
@ 2005-02-08 19:18 ` Randy.Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2005-02-08 19:18 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list

Pavel Machek wrote:
> Hi!
> 
> If I attempt to compile IEE1394 without CONFIG_NET, I get:
> 
> drivers/built-in.o(.text+0xcf885): In function `hpsb_alloc_packet':
> : undefined reference to `alloc_skb'
> drivers/built-in.o(.text+0xd03a6): In function `hpsb_send_packet':
> : undefined reference to `skb_queue_tail'
> drivers/built-in.o(.text+0xd0ea3): In function `abort_requests':
> : undefined reference to `skb_dequeue'
> drivers/built-in.o(.text+0xd0f99): In function
> `queue_packet_complete':
> : undefined reference to `skb_queue_tail'
> drivers/built-in.o(.text+0xd1026): In function `hpsbpkt_thread':
> : undefined reference to `skb_dequeue'
> drivers/built-in.o(.text+0xcf930): In function `hpsb_free_packet':
> : undefined reference to `__kfree_skb'
> make: *** [.tmp_vmlinux1] Error 1
> 9.20user 0.83system 10.05 (0m10.058s) elapsed 99.83%CPU
> pavel@amd:/usr/src/linux-mm$
> 
> Looks like some Kconfig dependency is needed...

Yes, it's known, should be in subversion and bk trees.

-- 
~Randy

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

end of thread, other threads:[~2005-02-08 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-08 18:41 ieee1394 needs CONFIG_NET but does not depend on it Pavel Machek
2005-02-08 19:18 ` Randy.Dunlap

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