From: Ian Abbott Date: Thu, 4 Apr 2013 13:59:05 +0000 (+0100) Subject: staging: comedi: remove comedi_clear_minor() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1cc3973a6f3832956d99f74b20970a4e71bd37;p=pandora-kernel.git staging: comedi: remove comedi_clear_minor() `comedi_clear_minor()` calls either `comedi_clear_board_minor()` or `comedi_clear_subdevice_minor()` depending on its minor device number parameter. The one it calls only depends on where it is called from, so bypass the calls to `comedi_clear_minor()` and remove it. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed