All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Maksim Krasnyanskiy <maxk@qualcomm.com>
Subject: Re: [PATCH] Make it possible to compile in the Bluetooth subsystem
Date: 08 Oct 2002 00:38:44 +0200	[thread overview]
Message-ID: <1034030338.10265.4.camel@pegasus> (raw)
In-Reply-To: <Pine.LNX.4.33.0210071426480.1402-100000@penguin.transmeta.com>

On Mon, 2002-10-07 at 23:28, Linus Torvalds wrote:
> 
> On 7 Oct 2002, Marcel Holtmann wrote:
> > 
> > but when I try to compile in the Bluetooth subsystem I got the following
> > error:
> > 
> > net/built-in.o: In function `sock_init':
> > net/built-in.o(.text.init+0x5b): undefined reference to `bluez_init'
> > make: *** [.tmp_vmlinux1] Error 1
> 
> This is a separate error, apparently because net/socket.c calls 
> "blues_init()" if bluetooth is configured in.
> 
> That shouldn't be needed at all, since the "init_module()" thing should 
> take care of it. Please try just removing the bluez_init references from 
> net/socket.c - that should fix the compile, and if all the ordering issues 
> are ok, it should also work afterwards..

I started a clean build kernel without this code and it works. Thanks
for the info and a new patch follows.

Regards

Marcel



  reply	other threads:[~2002-10-07 22:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-07 20:46 [PATCH] Make it possible to compile in the Bluetooth subsystem Marcel Holtmann
2002-10-07 20:49 ` Linus Torvalds
2002-10-07 20:51   ` Linus Torvalds
2002-10-07 21:24   ` Marcel Holtmann
2002-10-07 21:28     ` Linus Torvalds
2002-10-07 22:38       ` Marcel Holtmann [this message]
2002-10-07 22:40 ` Maksim (Max) Krasnyanskiy

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=1034030338.10265.4.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxk@qualcomm.com \
    --cc=torvalds@transmeta.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 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.