From: Alexander Kurz <linux@blala•de>
To: Randy Dunlap <randy.dunlap@oracle•com>
Cc: Greg KH <gregkh@suse•de>,
linux-next@vger•kernel.org, fmhess@users•sourceforge.net,
Greg KH <greg@kroah•com>, Alexander Kurz <linux@blala•de>,
Ian Abbott <abbotti@mev•co.uk>,
Dominik Brodowski <linux@dominikbrodowski•net>,
devel@driverdev•osuosl.org, linux-kernel@vger•kernel.org
Subject: [PATCH 2/2] staging/comedi: fixing ni_tio to mite PCI dependancy
Date: Thu, 20 May 2010 00:32:42 +0400 (MSD) [thread overview]
Message-ID: <alpine.DEB.1.10.1005200028420.20214@blala.de> (raw)
In-Reply-To: <20100519103203.155c9527.randy.dunlap@oracle.com>
On Wed, 19 May 2010, Randy Dunlap wrote:
> linux-next of 2010-0519:
> when CONFIG_PCI is not enabled:
>
> drivers/staging/comedi/drivers/mite.c: In function 'mite_init':
> drivers/staging/comedi/drivers/mite.c:89: error: implicit declaration of function 'pci_dev_get'
> drivers/staging/comedi/drivers/mite.c:89: warning: assignment makes pointer from integer without a cast
> make[5]: *** [drivers/staging/comedi/drivers/mite.o] Error 1
thanks, this patch is a follow-up to
> [PATCH] staging/comedi: fixing 8255 and DAS08 Kconfig dependancies.
>From 9804b6bc8c997433411b24f477417f8e7cc9a19d Mon Sep 17 00:00:00 2001
From: Alexander Kurz <linux@kbdbabel•org>
Date: Wed, 19 May 2010 22:23:00 +0200
Subject: [PATCH 2/2] staging/comedi: fixing ni_tio to mite PCI dependancy
Signed-off-by: Alexander Kurz <linux@kbdbabel•org>
---
drivers/staging/comedi/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index ebc68ee..0aa2b0d 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -1258,8 +1258,8 @@ config COMEDI_MITE
config COMEDI_NI_TIO
tristate "NI general purpose counter support"
+ depends on COMEDI_MITE
select COMEDI_8255
- select COMEDI_MITE
default N
---help---
Enable support for National Instruments general purpose counters.
--
1.7.1
next prev parent reply other threads:[~2010-05-19 20:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <alpine.DEB.1.10.1005081218220.5727@blala.de>
[not found] ` <20100514190142.GA2505@kroah.com>
[not found] ` <201005142029.37408.fmhess@speakeasy.net>
[not found] ` <20100515034423.GA3811@suse.de>
2010-05-19 17:32 ` [PATCH] staging/comedi: new Kconfig and Makefiles, drivers grouped by bustype Randy Dunlap
2010-05-19 20:32 ` Alexander Kurz [this message]
2010-05-19 21:10 ` [PATCH 2/2] staging/comedi: fixing ni_tio to mite PCI dependancy Randy Dunlap
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=alpine.DEB.1.10.1005200028420.20214@blala.de \
--to=linux@blala$(echo .)de \
--cc=abbotti@mev$(echo .)co.uk \
--cc=devel@driverdev$(echo .)osuosl.org \
--cc=fmhess@users$(echo .)sourceforge.net \
--cc=greg@kroah$(echo .)com \
--cc=gregkh@suse$(echo .)de \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=linux@dominikbrodowski$(echo .)net \
--cc=randy.dunlap@oracle$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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