summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/cmm.h
diff options
context:
space:
mode:
authorMenon, Nishanth2010-07-22 23:03:47 +0200
committerGreg Kroah-Hartman2010-07-22 23:41:04 +0200
commit9d7d0a526193359b5289d933768e7465d9bbd91e (patch)
treeb9c88803601f23ef68bc75f3e5c2f793b6780b5e /drivers/staging/tidspbridge/include/dspbridge/cmm.h
parentstaging: tidspbridge: replace CONST with c standard const (diff)
downloadkernel-qcow2-linux-9d7d0a526193359b5289d933768e7465d9bbd91e.tar.gz
kernel-qcow2-linux-9d7d0a526193359b5289d933768e7465d9bbd91e.tar.xz
kernel-qcow2-linux-9d7d0a526193359b5289d933768e7465d9bbd91e.zip
staging: tidspbridge: remove IN modifier
IN modifier does not exist. remove it Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/cmm.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/cmm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/cmm.h b/drivers/staging/tidspbridge/include/dspbridge/cmm.h
index a30078d8332c..aa573fd83da0 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/cmm.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/cmm.h
@@ -87,7 +87,7 @@ extern void *cmm_calloc_buf(struct cmm_object *hcmm_mgr,
*/
extern int cmm_create(OUT struct cmm_object **ph_cmm_mgr,
struct dev_object *hdev_obj,
- IN const struct cmm_mgrattrs *mgr_attrts);
+ const struct cmm_mgrattrs *mgr_attrts);
/*
* ======== cmm_destroy ========
@@ -359,7 +359,7 @@ extern int cmm_xlator_free_buf(struct cmm_xlatorobject *xlator,
*
*/
extern int cmm_xlator_info(struct cmm_xlatorobject *xlator,
- IN OUT u8 **paddr,
+ OUT u8 **paddr,
u32 ul_size, u32 segm_id, bool set_info);
/*