summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/pmgr/io.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/io.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/io.c')
-rw-r--r--drivers/staging/tidspbridge/pmgr/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/pmgr/io.c b/drivers/staging/tidspbridge/pmgr/io.c
index 96ff8ad223fe..c422bb44711b 100644
--- a/drivers/staging/tidspbridge/pmgr/io.c
+++ b/drivers/staging/tidspbridge/pmgr/io.c
@@ -47,7 +47,7 @@ static u32 refs;
* CHNL and msg_ctrl
*/
int io_create(OUT struct io_mgr **io_man, struct dev_object *hdev_obj,
- IN CONST struct io_attrs *mgr_attrts)
+ IN const struct io_attrs *mgr_attrts)
{
struct bridge_drv_interface *intf_fxns;
struct io_mgr *hio_mgr = NULL;