]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap1/mailbox.c
OMAP: MBOX: N800: remaining updates for mailbox parts
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap1 / mailbox.c
index 877b8380cd45618dfd9fd02ecfcfb8591754cd0c..25e1d95063b4b62148ad2ac3745df2115ee482c5 100644 (file)
@@ -109,7 +109,7 @@ omap1_mbox_is_irq(struct omap_mbox *mbox, omap_mbox_type_t irq)
        return 1;
 }
 
-struct omap_mbox_ops omap1_mbox_ops = {
+static struct omap_mbox_ops omap1_mbox_ops = {
        .type = OMAP_MBOX_TYPE1,
        .fifo_read = omap1_mbox_fifo_read,
        .fifo_write = omap1_mbox_fifo_write,