From: Ian Abbott Date: Fri, 8 Nov 2013 15:03:41 +0000 (+0000) Subject: staging: comedi: remove comedi_dev_from_minor() X-Git-Tag: v3.14-rc1~150^2~775^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49445b9117a6e9ca9a741251784432a1da2f9919;p=pandora-kernel.git staging: comedi: remove comedi_dev_from_minor() The `comedi_dev_from_minor()` function is no longer used, so remove it. Calls to it have either been replaced by calls to `comedi_dev_get_from_minor()` or by using the `private_data` member of the open file object. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed