Merge branch 'akpm' (incoming from Andrew)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / mailbox / omap-mbox.h
index 6cd38fc..86d7518 100644 (file)
@@ -52,7 +52,7 @@ struct omap_mbox_queue {
 
 struct omap_mbox {
        const char              *name;
-       unsigned int            irq;
+       int                     irq;
        struct omap_mbox_queue  *txq, *rxq;
        struct omap_mbox_ops    *ops;
        struct device           *dev;