From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753547Ab0LMTVf (ORCPT ); Mon, 13 Dec 2010 14:21:35 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:35316 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753379Ab0LMTVd (ORCPT ); Mon, 13 Dec 2010 14:21:33 -0500 Date: Mon, 13 Dec 2010 11:20:33 -0800 From: Randy Dunlap To: Stephen Rothwell , akpm , Zhang Rui Cc: linux-next@vger.kernel.org, LKML , Zimny Lech Subject: [PATCH -next] thermal: depends on NET Message-Id: <20101213112033.d0060e6c.randy.dunlap@oracle.com> In-Reply-To: <20101213163607.0b0a7c3a.sfr@canb.auug.org.au> References: <20101213163607.0b0a7c3a.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap 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 Signed-off-by: Randy Dunlap Cc: Zhang Rui --- 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