Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc9960b2 authored by Felipe Contreras's avatar Felipe Contreras Committed by Hiroshi DOYU
Browse files

omap: mailbox: remove unecessary fields



Nobody is using them.

Signed-off-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: default avatarHiroshi DOYU <Hiroshi.DOYU@nokia.com>
parent 4b191eb9
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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);