From: H Hartley Sweeten Date: Wed, 30 Jan 2013 22:25:06 +0000 (-0700) Subject: staging: comedi: don't expose comedi_device_{attach,detach} X-Git-Tag: v3.9-rc1~127^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39bd5e59b1ebdaa58d9458923ab96f61bda1296c;p=pandora-kernel.git staging: comedi: don't expose comedi_device_{attach,detach} These functions are only used by the comedi core. Move the prototypes to comedi_internal.h so they are not exposed to the comedi drivers. Tidy up comedi_internal.h a bit so that all the internal stuff in drivers.c is grouped. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed