From: H Hartley Sweeten Date: Tue, 19 Jun 2012 23:20:23 +0000 (-0700) Subject: staging: comedi: remove CONFIG_COMEDI_PCI define X-Git-Tag: v3.6-rc1~100^2~680 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928ae0956d8a3b26c3908c4bc97973cba36030a3;p=pandora-kernel.git staging: comedi: remove CONFIG_COMEDI_PCI define CONFIG_COMEDI_PCI is not actually a Kconfig option. It is defined in the comedidev.h header based on another Kconfig option being enabled. It is only referenced in the skel driver to conditionally compile in the PCI support code. Use the CONFIG_COMEDI_PCI_DRIVERS Kconfig option instead and remove the define. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed