From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751927Ab1BBBff (ORCPT ); Tue, 1 Feb 2011 20:35:35 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:57359 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585Ab1BBBfd (ORCPT ); Tue, 1 Feb 2011 20:35:33 -0500 Date: Wed, 2 Feb 2011 02:35:05 +0100 From: Ingo Molnar To: Randy Dunlap Cc: Len Brown , Stephen Rothwell , Luming Yu , linux-next@vger.kernel.org, LKML , linux-acpi@vger.kernel.org, Linus Torvalds , Andrew Morton , "Rafael J. Wysocki" Subject: Re: [PATCH] gpu/stub: fix acpi_video build error, fix stub kconfig dependencies Message-ID: <20110202013505.GD30557@elte.hu> References: <20101220200013.df8fbc88.sfr@canb.auug.org.au> <20101220085340.7ba098b9.randy.dunlap@oracle.com> <20110126114203.GA16754@elte.hu> <20110201120323.GA6714@elte.hu> <20110201111728.cb786487.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110201111728.cb786487.randy.dunlap@oracle.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Randy Dunlap wrote: > From: Randy Dunlap > > The comments under "config STUB_POULSBO" are close to correct, > but they are not being followed. This patch updates them to reflect > the requirements for THERMAL. > > This build error is caused by STUB_POULSBO selecting ACPI_VIDEO > when ACPI_VIDEO's config requirements are not met. > > ERROR: "thermal_cooling_device_register" [drivers/acpi/video.ko] undefined! > ERROR: "thermal_cooling_device_unregister" [drivers/acpi/video.ko] undefined! > > Signed-off-by: Randy Dunlap Works fine here - thanks Randy! Tested-by: Ingo Molnar Ingo