staging: comedi: rename old auto-config functions
authorIan Abbott <abbotti@mev.co.uk>
Sat, 27 Oct 2012 20:44:13 +0000 (21:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Oct 2012 22:02:08 +0000 (15:02 -0700)
commit156096a0398fd5c42beeed87ad9b79134d890d22
treef6eacf97376b5922b26788db3d9d088cf4a97de7
parentf9c3e4e7a797ec7c0de3ad6372ca332692cd0115
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers.c
This page took 0.025085 seconds and 5 git commands to generate.