mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org,
	Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>,
	lenb@kernel.org
Subject: [PATCH -mmotm] cmpc_acpi: depends on ACPI
Date: Fri, 9 Oct 2009 16:10:36 -0700	[thread overview]
Message-ID: <20091009161036.7f752529.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200910090830.n998Ubvv020464@imap1.linux-foundation.org>

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

Fix about 100 build errors/warnings when ACPI is not enabled.  E.g.:

drivers/platform/x86/cmpc_acpi.c:50: error: dereferencing pointer to incomplete type
drivers/platform/x86/cmpc_acpi.c:55: error: dereferencing pointer to incomplete type
drivers/platform/x86/cmpc_acpi.c:56: error: dereferencing pointer to incomplete type
drivers/platform/x86/cmpc_acpi.c:72: warning: 'struct acpi_device' declared inside parameter list
drivers/platform/x86/cmpc_acpi.c:77: error: dereferencing pointer to incomplete type
drivers/platform/x86/cmpc_acpi.c:79: error: dereferencing pointer to incomplete type

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

--- mmotm-2009-1009-0107.orig/drivers/platform/x86/Kconfig
+++ mmotm-2009-1009-0107/drivers/platform/x86/Kconfig
@@ -438,7 +438,7 @@ config ACPI_TOSHIBA
 
 config ACPI_CMPC
 	tristate "CMPC Laptop Extras"
-	depends on X86
+	depends on X86 && ACPI
 	select INPUT
 	select BACKLIGHT_CLASS_DEVICE
 	default n

  parent reply	other threads:[~2009-10-09 23:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-09  8:07 mmotm 2009-10-09-01-07 uploaded akpm
2009-10-09 10:00 ` [was: mmotm 2009-10-09-01-07 uploaded] Jiri Slaby
2009-10-09 15:30   ` Randy Dunlap
2009-10-09 15:32     ` kvm build failure " Jiri Slaby
2009-10-09 23:15     ` Andrew Morton
2009-10-09 22:47 ` mmotm 2009-10-09-01-07 uploaded (b43) Randy Dunlap
2009-10-10  3:55   ` Larry Finger
2009-10-09 23:10 ` Randy Dunlap [this message]
2009-10-11 14:44   ` [PATCH -mmotm] cmpc_acpi: depends on ACPI Thadeu Lima de Souza Cascardo
2009-10-09 23:10 ` [PATCH -mmotm] synchro-test: add missing header file Randy Dunlap
2009-10-10  0:12 ` mmotm 2009-10-09-01-07 - iwl3945 fails to do firmware load request Valdis.Kletnieks
2009-10-10  0:42   ` Zhu Yi
2009-10-10  5:22     ` Valdis.Kletnieks
2009-10-12 10:51 ` [PATCH -mmotm] synchro-test: add missing header file David Howells
2009-10-12 23:20   ` Andrew Morton
2009-10-13  2:24     ` Stephen Rothwell
2009-10-13  2:33       ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091009161036.7f752529.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=cascardo@holoscopio.com \
    --cc=lenb@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome