aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/pmgr/cod.c
diff options
context:
space:
mode:
authorMenon, Nishanth <nm@ti.com>2010-07-22 17:03:46 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 17:41:04 -0400
commitcd4f13c02a5d72e1fc367c51cc0fd955f65538e0 (patch)
tree352dc920ae393add913c0fb6476940a17eb04b37 /drivers/staging/tidspbridge/pmgr/cod.c
parent38bf20a9b6d6416563f0a261e90fa7081e273dfa (diff)
staging: tidspbridge: replace CONST with c standard const
Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/pmgr/cod.c')
-rw-r--r--drivers/staging/tidspbridge/pmgr/cod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/tidspbridge/pmgr/cod.c b/drivers/staging/tidspbridge/pmgr/cod.c
index f324130b640..bf8c909089f 100644
--- a/drivers/staging/tidspbridge/pmgr/cod.c
+++ b/drivers/staging/tidspbridge/pmgr/cod.c
@@ -110,7 +110,7 @@ static s32 cod_f_close(struct file *filp)
110 return 0; 110 return 0;
111} 111}
112 112
113static struct file *cod_f_open(CONST char *psz_file_name, CONST char *sz_mode) 113static struct file *cod_f_open(const char *psz_file_name, const char *sz_mode)
114{ 114{
115 mm_segment_t fs; 115 mm_segment_t fs;
116 struct file *filp; 116 struct file *filp;
@@ -217,7 +217,7 @@ void cod_close(struct cod_libraryobj *lib)
217 * 217 *
218 */ 218 */
219int cod_create(OUT struct cod_manager **mgr, char *str_zl_file, 219int cod_create(OUT struct cod_manager **mgr, char *str_zl_file,
220 IN OPTIONAL CONST struct cod_attrs *attrs) 220 IN OPTIONAL const struct cod_attrs *attrs)
221{ 221{
222 struct cod_manager *mgr_new; 222 struct cod_manager *mgr_new;
223 struct dbll_attrs zl_attrs; 223 struct dbll_attrs zl_attrs;