Message ID | e5f53a07775cfb896688051b31acb2261ec1d3a2.1434398373.git.ashwin.chaugule@linaro.org (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c index 7e91d68..fcda63e 100644 --- a/drivers/mailbox/pcc.c +++ b/drivers/mailbox/pcc.c @@ -352,4 +352,10 @@ static int __init pcc_init(void) return 0; } -device_initcall(pcc_init); + +/* + * Make pcc init postcore so that users of this mailbox + * such as the ACPI Processor driver have it available + * at their init. + */ +postcore_initcall(pcc_init);