[PATCH] bcma: populate bus DT subnodes as platform_device-s

Joachim Eastwood manabian at gmail.com
Fri Jul 24 09:11:47 PDT 2015


On 23 July 2015 at 08:06, Kalle Valo <kvalo at codeaurora.org> wrote:
> Rafał Miłecki <zajec5 at gmail.com> writes:
>
>>> +       if (bus->host_pdev) {
>>> +               struct device *dev = &bus->host_pdev->dev;
>>> +
>>> +               of_platform_populate(dev->of_node, of_default_bus_match_table,
>>> +                                    NULL, dev);
>>> +       }
>>> +
>>
>> This caused a compile error when using bcma as module:
>> ERROR: "of_default_bus_match_table" [drivers/bcma/bcma.ko] undefined!

I encountered the same problem with my modular memory controller driver.

>> There are two options I guess:
>> 1) Export of_default_bus_match_table

See link below for Rob Herring's take on that.
http://marc.info/?l=linaro-kernel&m=143766694414121&w=2


regards,
Joachim Eastwood



More information about the linux-arm-kernel mailing list