summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/core/chnl_sm.c
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/core/chnl_sm.c
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/core/chnl_sm.c')
-rw-r--r--drivers/staging/tidspbridge/core/chnl_sm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/tidspbridge/core/chnl_sm.c b/drivers/staging/tidspbridge/core/chnl_sm.c
index 39e969184857..01d4a221dad8 100644
--- a/drivers/staging/tidspbridge/core/chnl_sm.c
+++ b/drivers/staging/tidspbridge/core/chnl_sm.c
@@ -383,7 +383,7 @@ func_cont:
*/
int bridge_chnl_create(OUT struct chnl_mgr **channel_mgr,
struct dev_object *hdev_obj,
- IN const struct chnl_mgrattrs *mgr_attrts)
+ const struct chnl_mgrattrs *mgr_attrts)
{
int status = 0;
struct chnl_mgr *chnl_mgr_obj = NULL;
@@ -777,7 +777,7 @@ int bridge_chnl_idle(struct chnl_object *chnl_obj, u32 timeout,
*/
int bridge_chnl_open(OUT struct chnl_object **chnl,
struct chnl_mgr *hchnl_mgr, s8 chnl_mode,
- u32 ch_id, const IN struct chnl_attr *pattrs)
+ u32 ch_id, const struct chnl_attr *pattrs)
{
int status = 0;
struct chnl_mgr *chnl_mgr_obj = hchnl_mgr;