public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] panasonic-laptop: depends on ACPI
@ 2008-10-17 20:46 Randy Dunlap
  2008-10-18  7:04 ` Harald Welte
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2008-10-17 20:46 UTC (permalink / raw)
  To: laforge, lenb, linux-acpi, akpm

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

panasonic-laptop uses many acpi_*() functions so it should
depend on ACPI; otherwise there are approximately 70
warnings/errors generated.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/misc/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20081017.orig/drivers/misc/Kconfig
+++ linux-next-20081017/drivers/misc/Kconfig
@@ -248,7 +248,7 @@ config MSI_LAPTOP
 
 config PANASONIC_LAPTOP
 	tristate "Panasonic Laptop Extras"
-	depends on X86 && INPUT
+	depends on X86 && INPUT && ACPI
         depends on BACKLIGHT_CLASS_DEVICE
 	---help---
 	  This driver adds support for access to backlight control and hotkeys

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

end of thread, other threads:[~2008-10-22 22:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17 20:46 [PATCH -next] panasonic-laptop: depends on ACPI Randy Dunlap
2008-10-18  7:04 ` Harald Welte
2008-10-22 22:26   ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox