From: Hiroshi DOYU <Hiroshi.DOYU@xxxxxxxxx> Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@xxxxxxxxx> --- drivers/dsp/bridge/hw/hw_mbox.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/hw/hw_mbox.c b/drivers/dsp/bridge/hw/hw_mbox.c index 5a87597..8591729 100644 --- a/drivers/dsp/bridge/hw/hw_mbox.c +++ b/drivers/dsp/bridge/hw/hw_mbox.c @@ -33,7 +33,7 @@ /* width in bits of MBOX Id */ #define HW_MBOX_ID_WIDTH 2 -static struct MAILBOX_CONTEXT mboxsetting = { +struct MAILBOX_CONTEXT mboxsetting = { .sysconfig = 2 << 3 | 1, /* SMART/AUTO-IDLE */ }; -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html