]> Pileus Git - ~andy/linux/commit
staging: tidspbridge: Remove cfg_get_auto_start()
authorIvan Gomez Castellanos <ivan.gomez@ti.com>
Wed, 25 Aug 2010 22:08:56 +0000 (17:08 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 31 Aug 2010 18:23:14 +0000 (11:23 -0700)
commit4a6595625c1688077047e508370cf5146d59f359
tree513ba63c9b17ae514147151ce063351b81a71a55
parent27e7f23f64090ad2738e791d3693ef6e70c20327
staging: tidspbridge: Remove cfg_get_auto_start()

As the services directory is going to be removed, this patch is needed.

The function cfg_get_auto_start() only assigns a value to the flag
tmp, and it is only called by the function api_init_complete2(). So
the function cfg_get_auto_start() is not required.

Signed-off-by: Ivan Gomez Castellanos <ivan.gomez@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/tidspbridge/include/dspbridge/cfg.h
drivers/staging/tidspbridge/pmgr/dspapi.c
drivers/staging/tidspbridge/services/cfg.c