From: H Hartley Sweeten Date: Thu, 26 Sep 2013 17:28:28 +0000 (-0700) Subject: staging: comedi: Kconfig: COMEDI_NI_ATMIO should select COMEDI_FC X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~563 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c8cd291cf74a5673834790bedf135d97404f89;p=pandora-kernel.git staging: comedi: Kconfig: COMEDI_NI_ATMIO should select COMEDI_FC As pointed out by the kbuild test robot, the ni_atmio driver includes ni_mio_common.c which uses the helper functions in the comedi_fc module. Select the COMEDI_FC module when COMEDI_NI_ATMIO is enabled to fix the following build error: ERROR: "cfc_write_array_to_buffer" [drivers/staging/comedi/drivers/ni_atmio.ko] undefined! Signed-off-by: H Hartley Sweeten Reported-by: Fengguang Wu Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed