diff options
author | C A Subramaniam <subramaniam.ca@ti.com> | 2009-11-22 10:11:20 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 10:24:33 -0800 |
commit | b2b6362e6c5f744776da633218029e99f1244694 (patch) | |
tree | 2f6d8cde74e4187f43f172eb1a0488fbfba7a9b1 /arch/arm/plat-omap/include/plat | |
parent | 2775e467ff4c60a4b3745b24bb2f75c92a3ecc69 (diff) | |
download | talos-op-linux-b2b6362e6c5f744776da633218029e99f1244694.tar.gz talos-op-linux-b2b6362e6c5f744776da633218029e99f1244694.zip |
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')
-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 { void (*err_notify)(void); }; -int omap_mbox_msg_send(struct omap_mbox *, mbox_msg_t msg, void *); +int omap_mbox_msg_send(struct omap_mbox *, mbox_msg_t msg); void omap_mbox_init_seq(struct omap_mbox *); struct omap_mbox *omap_mbox_get(const char *); |