diff options
author | C A Subramaniam <subramaniam.ca@ti.com> | 2009-11-22 13:11:20 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 13:24:33 -0500 |
commit | b2b6362e6c5f744776da633218029e99f1244694 (patch) | |
tree | 2f6d8cde74e4187f43f172eb1a0488fbfba7a9b1 /arch/arm/plat-omap/include/plat/mailbox.h | |
parent | 2775e467ff4c60a4b3745b24bb2f75c92a3ecc69 (diff) |
omap: mailbox: remove unnecessary arg for omap_mbox_msg_send
Also removed from tx_data
Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com>
Acked-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mailbox.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/mailbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/mailbox.h b/arch/arm/plat-omap/include/plat/mailbox.h index 319306a8f44a..8260a3feeb6f 100644 --- a/arch/arm/plat-omap/include/plat/mailbox.h +++ b/arch/arm/plat-omap/include/plat/mailbox.h | |||
@@ -63,7 +63,7 @@ struct omap_mbox { | |||
63 | void (*err_notify)(void); | 63 | void (*err_notify)(void); |
64 | }; | 64 | }; |
65 | 65 | ||
66 | int omap_mbox_msg_send(struct omap_mbox *, mbox_msg_t msg, void *); | 66 | int omap_mbox_msg_send(struct omap_mbox *, mbox_msg_t msg); |
67 | void omap_mbox_init_seq(struct omap_mbox *); | 67 | void omap_mbox_init_seq(struct omap_mbox *); |
68 | 68 | ||
69 | struct omap_mbox *omap_mbox_get(const char *); | 69 | struct omap_mbox *omap_mbox_get(const char *); |