lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 02 Feb 2010 11:20:53 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	linux-kernel@...r.kernel.org
CC:	akpm@...ux-foundation.org,
	Lennart Poettering <mzxreary@...inter.de>
Subject: [PATCH -mmotm] msi-laptop: depends on RFKILL

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

msi-laptop uses rfkill*() interfaces so it should depend on RFKILL.

msi-laptop.c:(.text+0x1fcd1b): undefined reference to `rfkill_alloc'
msi-laptop.c:(.text+0x1fcd76): undefined reference to `rfkill_register'
msi-laptop.c:(.text+0x1fcdc8): undefined reference to `rfkill_destroy'
msi-laptop.c:(.text+0x1fcdd9): undefined reference to `rfkill_unregister'

Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Lennart Poettering <mzxreary@...inter.de>
---
  drivers/platform/x86/Kconfig |    1 +
  1 file changed, 1 insertion(+)

--- mmotm-2010-0201-1625.orig/drivers/platform/x86/Kconfig
+++ mmotm-2010-0201-1625/drivers/platform/x86/Kconfig
@@ -147,6 +147,7 @@ config MSI_LAPTOP
  	tristate "MSI Laptop Extras"
  	depends on ACPI
  	depends on BACKLIGHT_CLASS_DEVICE
+	depends on RFKILL
  	---help---
  	  This is a driver for laptops built by MSI (MICRO-STAR
  	  INTERNATIONAL):
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists