aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include
diff options
context:
space:
mode:
authorIvan Gomez Castellanos <ivan.gomez@ti.com>2010-08-25 18:08:56 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-31 14:23:14 -0400
commit4a6595625c1688077047e508370cf5146d59f359 (patch)
tree513ba63c9b17ae514147151ce063351b81a71a55 /drivers/staging/tidspbridge/include
parent27e7f23f64090ad2738e791d3693ef6e70c20327 (diff)
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>
Diffstat (limited to 'drivers/staging/tidspbridge/include')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/cfg.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/cfg.h b/drivers/staging/tidspbridge/include/dspbridge/cfg.h
index 05a8999070f..a84fa2b084b 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/cfg.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/cfg.h
@@ -35,25 +35,6 @@
35extern void cfg_exit(void); 35extern void cfg_exit(void);
36 36
37/* 37/*
38 * ======== cfg_get_auto_start ========
39 * Purpose:
40 * Retreive the autostart mask, if any, for this board.
41 * Parameters:
42 * dev_node_obj: Handle to the dev_node who's driver we are querying.
43 * auto_start: Ptr to location for 32 bit autostart mask.
44 * Returns:
45 * 0: Success.
46 * -EFAULT: dev_node_obj is invalid.
47 * -ENODATA: Unable to retreive resource.
48 * Requires:
49 * CFG initialized.
50 * Ensures:
51 * 0: *auto_start contains autostart mask for this devnode.
52 */
53extern int cfg_get_auto_start(struct cfg_devnode *dev_node_obj,
54 u32 *auto_start);
55
56/*
57 * ======== cfg_get_cd_version ======== 38 * ======== cfg_get_cd_version ========
58 * Purpose: 39 * Purpose:
59 * Retrieves the version of the PM Class Driver. 40 * Retrieves the version of the PM Class Driver.