From f95d45d114e1fd024bdee67beb80fce9b9c96126 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 4 Dec 2012 15:47:14 -0700 Subject: [PATCH] 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-format-patch failed