All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] let W1 select NET
@ 2004-08-13 10:17 Adrian Bunk
  2004-08-13 10:31 ` Evgeniy Polyakov
  2004-08-13 10:32 ` Roman Zippel
  0 siblings, 2 replies; 20+ messages in thread
From: Adrian Bunk @ 2004-08-13 10:17 UTC (permalink / raw)
  To: Evgeniy Polyakov; +Cc: linux-kernel

W1=y and Net=n fails with the following compile error:

<--  snip  -->

...
  LD      .tmp_vmlinux1
drivers/built-in.o(.text+0x5efa38): In function `w1_alloc_dev':
: undefined reference to `netlink_kernel_create'
drivers/built-in.o(.text+0x5efac1): In function `w1_alloc_dev':
: undefined reference to `sock_release'
drivers/built-in.o(.text+0x5efb31): In function `w1_free_dev':
: undefined reference to `sock_release'
drivers/built-in.o(.text+0x5f0014): In function `w1_netlink_send':
: undefined reference to `alloc_skb'
drivers/built-in.o(.text+0x5f00cd): In function `w1_netlink_send':
: undefined reference to `netlink_broadcast'
drivers/built-in.o(.text+0x5f0131): In function `w1_netlink_send':
: undefined reference to `skb_over_panic'
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->


The patch below fixes this issue by letting W1 select NET.


Signed-off-by: Adrian Bunk <bunk@fs.tum.de>

--- linux-2.6.8-rc4-mm1-full-3.4/drivers/w1/Kconfig.old	2004-08-13 12:00:05.000000000 +0200
+++ linux-2.6.8-rc4-mm1-full-3.4/drivers/w1/Kconfig	2004-08-13 12:11:31.000000000 +0200
@@ -2,6 +2,7 @@
 
 config W1
 	tristate "Dallas's 1-wire support"
+	select NET
 	---help---
 	  Dallas's 1-wire bus is usefull to connect slow 1-pin devices 
 	  such as iButtons and thermal sensors.


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

end of thread, other threads:[~2004-08-16  2:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-13 10:17 [2.6 patch] let W1 select NET Adrian Bunk
2004-08-13 10:31 ` Evgeniy Polyakov
2004-08-13 10:32 ` Roman Zippel
2004-08-13 10:46   ` Evgeniy Polyakov
2004-08-13 10:54     ` Roman Zippel
2004-08-13 11:01       ` Adrian Bunk
2004-08-13 11:26         ` Bernd Eckenfels
2004-08-13 12:11         ` Roman Zippel
2004-08-13 12:24           ` Adrian Bunk
2004-08-13 17:00           ` Randy.Dunlap
2004-08-15 17:13             ` Roman Zippel
2004-08-13 12:12         ` Russell King
2004-08-16  2:18           ` Miles Bader
2004-08-13 11:06       ` Evgeniy Polyakov
2004-08-13 10:54   ` Adrian Bunk
2004-08-13 11:06     ` Roman Zippel
2004-08-13 13:52     ` Cornelia Huck
2004-08-13 15:10       ` Evgeniy Polyakov
2004-08-13 15:45         ` Cornelia Huck
2004-08-13 17:12           ` Evgeniy Polyakov

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.