summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/pmgr/cmm.c
diff options
context:
space:
mode:
authorMenon, Nishanth <nm@ti.com>2010-07-23 01:03:46 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-23 01:41:04 +0400
commitcd4f13c02a5d72e1fc367c51cc0fd955f65538e0 (patch)
tree352dc920ae393add913c0fb6476940a17eb04b37 /drivers/staging/tidspbridge/pmgr/cmm.c
parent38bf20a9b6d6416563f0a261e90fa7081e273dfa (diff)
downloadlinux-cd4f13c02a5d72e1fc367c51cc0fd955f65538e0.tar.xz
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/cmm.c')
-rw-r--r--drivers/staging/tidspbridge/pmgr/cmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/pmgr/cmm.c b/drivers/staging/tidspbridge/pmgr/cmm.c
index ca705da7ce13..36ba9cb8f8b7 100644
--- a/drivers/staging/tidspbridge/pmgr/cmm.c
+++ b/drivers/staging/tidspbridge/pmgr/cmm.c
@@ -242,7 +242,7 @@ void *cmm_calloc_buf(struct cmm_object *hcmm_mgr, u32 usize,
*/
int cmm_create(OUT struct cmm_object **ph_cmm_mgr,
struct dev_object *hdev_obj,
- IN CONST struct cmm_mgrattrs *mgr_attrts)
+ IN const struct cmm_mgrattrs *mgr_attrts)
{
struct cmm_object *cmm_obj = NULL;
int status = 0;