omap: mailbox: remove unecessary fields
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 11 Jun 2010 15:51:43 +0000 (15:51 +0000)
committerHiroshi DOYU <Hiroshi.DOYU@nokia.com>
Wed, 4 Aug 2010 12:50:18 +0000 (15:50 +0300)
Nobody is using them.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
arch/arm/plat-omap/include/plat/mailbox.h

index 0c3c4a5..aad8bf8 100644 (file)
@@ -52,19 +52,11 @@ struct omap_mbox_queue {
 struct omap_mbox {
        char                    *name;
        unsigned int            irq;
-
        struct omap_mbox_queue  *txq, *rxq;
-
        struct omap_mbox_ops    *ops;
-
-       mbox_msg_t              seq_snd, seq_rcv;
-
        struct device           *dev;
-
        struct omap_mbox        *next;
        void                    *priv;
-
-       void                    (*err_notify)(void);
 };
 
 int omap_mbox_msg_send(struct omap_mbox *, mbox_msg_t msg);