]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.0-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jan 2013 18:15:30 +0000 (10:15 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jan 2013 18:15:30 +0000 (10:15 -0800)
added patches:
staging-comedi-kconfig-comedi_ni_at_a2150-should-select-comedi_fc.patch

queue-3.0/series
queue-3.0/staging-comedi-kconfig-comedi_ni_at_a2150-should-select-comedi_fc.patch [new file with mode: 0644]

index 0c4c22ac32642190f2b17813eba60f2f3f24c642..3aecc8c10142bbd6da25e5c05e151d5813be9a49 100644 (file)
@@ -67,3 +67,4 @@ gfs2-test-bufdata-with-buffer-locked-and-gfs2_log_lock-held.patch
 intel-iommu-free-old-page-tables-before-creating-superpage.patch
 kvm-ppc-44x-fix-dcr-read-write.patch
 revert-drm-i915-no-lvds-quirk-for-zotac-zdbox-sd-id12-id13.patch
+staging-comedi-kconfig-comedi_ni_at_a2150-should-select-comedi_fc.patch
diff --git a/queue-3.0/staging-comedi-kconfig-comedi_ni_at_a2150-should-select-comedi_fc.patch b/queue-3.0/staging-comedi-kconfig-comedi_ni_at_a2150-should-select-comedi_fc.patch
new file mode 100644 (file)
index 0000000..578605d
--- /dev/null
@@ -0,0 +1,30 @@
+From 34ffb33e09132401872fe79e95c30824ce194d23 Mon Sep 17 00:00:00 2001
+From: Ian Abbott <abbotti@mev.co.uk>
+Date: Thu, 3 Jan 2013 12:15:26 +0000
+Subject: staging: comedi: Kconfig: COMEDI_NI_AT_A2150 should select COMEDI_FC
+
+From: Ian Abbott <abbotti@mev.co.uk>
+
+commit 34ffb33e09132401872fe79e95c30824ce194d23 upstream.
+
+The 'ni_at_a2150' module links to `cfc_write_to_buffer` in the
+'comedi_fc' module, so selecting 'COMEDI_NI_AT_A2150' in the kernel config
+needs to also select 'COMEDI_FC'.
+
+Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ drivers/staging/comedi/Kconfig |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/drivers/staging/comedi/Kconfig
++++ b/drivers/staging/comedi/Kconfig
+@@ -424,6 +424,7 @@ config COMEDI_ADQ12B
+ config COMEDI_NI_AT_A2150
+       tristate "NI AT-A2150 ISA card support"
++      select COMEDI_FC
+       depends on COMEDI_NI_COMMON
+       depends on VIRT_TO_BUS
+       default N