Re: [PATCH] amba: Drop builtin_amba_driver()

From: Arnd Bergmann
Date: Wed May 18 2022 - 08:21:31 EST


On Tue, May 17, 2022 at 7:29 AM Anshuman Khandual
<anshuman.khandual@xxxxxxx> wrote:
>
> Drop builtin_amba_driver() which is not used anymore.

The patch looks correct, but I don't see the purpose. Are you trying
to discourage
having amba drivers as built-in? Otherwise the next time we get an amba
driver that cannot be a loadable module, someone might want to add back the
same macro.

Arnd