X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmailbox%2Fpcc.c;h=68885a82e7046456d95febb9381721931d2f3b2f;hb=17447717a3266965e257d3eae79d89539ce3ec0a;hp=26d121d1d501b7617857a364a63c9dd4b97c1438;hpb=7a834ba5e26e9e4afabf3cce9ca8cd1c6c3dce50;p=karo-tx-linux.git diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c index 26d121d1d501..68885a82e704 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);