From: H Hartley Sweeten Date: Tue, 4 Dec 2012 22:47:14 +0000 (-0700) Subject: staging: comedi: pcm_common: remove module X-Git-Tag: v3.9-rc1~127^2~540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95d45d114e1fd024bdee67beb80fce9b9c96126;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed