[PATCH -next] thermal: depends on NET

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Monday, December 13, 2010 - 12:20 pm

From: Randy Dunlap <randy.dunlap@oracle.com>

ERROR: "genl_register_family" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "genl_unregister_family" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "init_net" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "__alloc_skb" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "netlink_broadcast" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "kfree_skb" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "genl_register_mc_group" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "nla_reserve" [drivers/thermal/thermal_sys.ko] undefined!
ERROR: "skb_put" [drivers/thermal/thermal_sys.ko] undefined!

Reported-by: Zimny Lech <napohybelskurwysynom2010@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Zhang Rui <rui.zhang@intel.com>
---
 drivers/thermal/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20101213.orig/drivers/thermal/Kconfig
+++ linux-next-20101213/drivers/thermal/Kconfig
@@ -4,6 +4,7 @@
 
 menuconfig THERMAL
 	tristate "Generic Thermal sysfs driver"
+	depends on NET
 	help
 	  Generic Thermal Sysfs driver offers a generic mechanism for
 	  thermal management. Usually it's made up of one or more thermal
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for December 13, Stephen Rothwell, (Sun Dec 12, 10:36 pm)
[PATCH -next] thermal: depends on NET, Randy Dunlap, (Mon Dec 13, 12:20 pm)
[PATCH -next] cs5535: fix printk format warnings, Randy Dunlap, (Mon Dec 13, 12:44 pm)
[PATCH V2 -next] cs5535: fix printk format warnings, Joe Perches, (Mon Dec 13, 1:28 pm)
Re: [PATCH V2 -next] cs5535: fix printk format warnings, Randy Dunlap, (Mon Dec 13, 1:42 pm)
[PATCH V3 -next] cs5535: fix printk format warnings, Joe Perches, (Mon Dec 13, 1:57 pm)
Re: [PATCH -next] thermal: depends on NET, Randy Dunlap, (Mon Dec 20, 9:47 am)
Re: [PATCH -next] thermal: depends on NET, Randy Dunlap, (Tue Jan 4, 10:10 am)