From: Ian Abbott Date: Sat, 27 Oct 2012 20:44:13 +0000 (+0100) Subject: staging: comedi: rename old auto-config functions X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~894 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156096a0398fd5c42beeed87ad9b79134d890d22;p=pandora-kernel.git staging: comedi: rename old auto-config functions Rename `comedi_auto_config()` to `comedi_old_auto_config()`, and `comedi_auto_config_wrapper()` to `comedi_old_auto_config_wrapper()`. These functions are deprecated and will be removed once the few remaining low-level comedi drivers that use them have been updated. (The low-level drivers in question support auto-configuration of detected comedi devices, but still use the `attach()` hook in their `struct comedi_driver` to do so.) This internal change frees up the name `comedi_auto_config` for future use. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed