]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/tidspbridge/include/dspbridge/dspmsg.h
staging: ti dspbridge: make variables in prototypes match within functions definitions
[~andy/linux] / drivers / staging / tidspbridge / include / dspbridge / dspmsg.h
index a40b0ff7c5c936476129bbc55e7eccca9327bfec..6a6c4bf1684d5c633169ae2e54b5374660bd9139 100644 (file)
@@ -32,7 +32,7 @@ extern int bridge_msg_create(OUT struct msg_mgr **msg_man,
 
 extern int bridge_msg_create_queue(struct msg_mgr *hmsg_mgr,
                                       OUT struct msg_queue **msgq,
-                                      u32 msgq_id, u32 max_msgs, void *h);
+                                      u32 msgq_id, u32 max_msgs, void *arg);
 
 extern void bridge_msg_delete(struct msg_mgr *hmsg_mgr);