Re: [PATCH] Make it possible to compile in the Bluetooth subsystem

From: Marcel Holtmann (marcel@holtmann.org)
Date: Mon Oct 07 2002 - 16:24:19 EST


On Mon, 2002-10-07 at 22:49, Linus Torvalds wrote:
>
> On Mon, 7 Oct 2002, Marcel Holtmann wrote:
> >
> > ChangeSet@1.709, 2002-10-07 22:08:56+02:00, marcel@holtmann.org
> > Make it possible to compile in the Bluetooth subsystem
>
> Looks good, but you should _not_ remove the "static". Please keep the init
> functions static, they will be explicitly exported to the stuff that cares
> (and nobody else) by the "module_init()" thing anyway.

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

It seems like that I have missed some magic to understand, because
"wanrouter_init" is also not declared static. But for netfilter or
netlink init it seems to work this way. Can you please give me some
infos how to fix this the right way.

Regards

Marcel

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:01:01 EST