aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/omap-mbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mailbox/omap-mbox.h')
-rw-r--r--drivers/mailbox/omap-mbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/omap-mbox.h b/drivers/mailbox/omap-mbox.h
index 6cd38fc68599..86d7518cd13b 100644
--- a/drivers/mailbox/omap-mbox.h
+++ b/drivers/mailbox/omap-mbox.h
@@ -52,7 +52,7 @@ struct omap_mbox_queue {
52 52
53struct omap_mbox { 53struct omap_mbox {
54 const char *name; 54 const char *name;
55 unsigned int irq; 55 int irq;
56 struct omap_mbox_queue *txq, *rxq; 56 struct omap_mbox_queue *txq, *rxq;
57 struct omap_mbox_ops *ops; 57 struct omap_mbox_ops *ops;
58 struct device *dev; 58 struct device *dev;