[PATCH] dmaengine: remove debugfs #ifdef

Arnd Bergmann arnd at kernel.org
Mon Sep 20 05:50:52 PDT 2021


On Mon, Sep 20, 2021 at 2:47 PM Laurent Pinchart
<laurent.pinchart at ideasonboard.com> wrote:
>
> It's only a few bytes of data in struct dma_device, but a bit more in
> .text here. Is the simplification really required in this driver ?

The intention was to not change the resulting object code in this driver,
and I still don't see where it would grow after dead-code-elimination removes
all the unused static functions. What am I missing?

        Arnd



More information about the linux-arm-kernel mailing list