aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include
diff options
context:
space:
mode:
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>2009-11-22 13:11:19 -0500
committerTony Lindgren <tony@atomide.com>2009-11-22 13:24:33 -0500
commitc7c158e57bce6220644f2bcd65d82e1468aa40ec (patch)
tree67fc558126d4db3494397e833ce21119fa458b78 /arch/arm/plat-omap/include
parentbfe1f6acb0df957e513b7c71c3f1a7ac56b32e4d (diff)
omap: mailbox: remove class interface
It's not used at present. Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r--arch/arm/plat-omap/include/plat/mailbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/mailbox.h b/arch/arm/plat-omap/include/plat/mailbox.h
index b7a6991814ec..319306a8f44a 100644
--- a/arch/arm/plat-omap/include/plat/mailbox.h
+++ b/arch/arm/plat-omap/include/plat/mailbox.h
@@ -8,7 +8,6 @@
8#include <linux/blkdev.h> 8#include <linux/blkdev.h>
9 9
10typedef u32 mbox_msg_t; 10typedef u32 mbox_msg_t;
11typedef void (mbox_receiver_t)(mbox_msg_t msg);
12struct omap_mbox; 11struct omap_mbox;
13 12
14typedef int __bitwise omap_mbox_irq_t; 13typedef int __bitwise omap_mbox_irq_t;