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>] [day] [month] [year] [list]
Date:	Fri, 05 Jun 2009 11:12:03 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	devel@...verdev.osuosl.org
CC:	Greg KH <gregkh@...e.de>
Subject: staging/vt6655: uses pci functions, should depend on PCI

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

This driver uses lots of pci_*() calls, so it should depend on PCI.

drivers/staging/vt6655/device_main.c:3942: error: implicit declaration of function 'pci_dev_driver'

Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
 drivers/staging/vt6655/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20090605.orig/drivers/staging/vt6655/Kconfig
+++ linux-next-20090605/drivers/staging/vt6655/Kconfig
@@ -1,5 +1,6 @@
 config VT6655
    tristate "VIA Technologies VT6655 support"
+   depends on PCI
    ---help---
    This is a vendor-written driver for VIA VT6655.
 



-- 
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ