summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/Makefile
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2012-12-04 15:47:14 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 14:15:58 -0800
commitf95d45d114e1fd024bdee67beb80fce9b9c96126 (patch)
treed95292353c52d2b4bb6ea28ea0d6e4609f167975 /drivers/staging/comedi/drivers/Makefile
parent215caceb3dac9eb7d431c9da21394c6ccb778b15 (diff)
staging: comedi: pcm_common: remove module
This module is built whenever CONFIG_COMEDI is enabled but it is only used by the pcmmio and pcmuio drivers. The pcm_common module consists of one exported function. Put a local copy of the function in the pcmmio and pcmuio drivers. This removes the need for the pcm_common module and the now unused pcm_common.[ch] files can be deleted and removed from the Makefile. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/drivers/Makefile')
-rw-r--r--drivers/staging/comedi/drivers/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/Makefile b/drivers/staging/comedi/drivers/Makefile
index 0de4d2eb76fc..3a04e3035c21 100644
--- a/drivers/staging/comedi/drivers/Makefile
+++ b/drivers/staging/comedi/drivers/Makefile
@@ -2,7 +2,6 @@
#
# Comedi "helper" modules
-obj-$(CONFIG_COMEDI) += pcm_common.o
# Comedi misc drivers
obj-$(CONFIG_COMEDI_BOND) += comedi_bond.o