All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Pavel Machek <pavel@ucw.cz>
Cc: kernel list <linux-kernel@vger.kernel.org>
Subject: Re: ieee1394 needs CONFIG_NET but does not depend on it
Date: Tue, 08 Feb 2005 11:18:17 -0800	[thread overview]
Message-ID: <42091079.9000400@osdl.org> (raw)
In-Reply-To: <20050208184136.GA7369@elf.ucw.cz>

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

      reply	other threads:[~2005-02-08 19:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 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=42091079.9000400@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.