staging: comedi: pcm_common: remove module
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 4 Dec 2012 22:47:14 +0000 (15:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 22:15:58 +0000 (14:15 -0800)
commitf95d45d114e1fd024bdee67beb80fce9b9c96126
treed95292353c52d2b4bb6ea28ea0d6e4609f167975
parent215caceb3dac9eb7d431c9da21394c6ccb778b15
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>
drivers/staging/comedi/drivers/Makefile
drivers/staging/comedi/drivers/pcm_common.c [deleted file]
drivers/staging/comedi/drivers/pcm_common.h [deleted file]
drivers/staging/comedi/drivers/pcmmio.c
drivers/staging/comedi/drivers/pcmuio.c