Re: [PATCH 2/2] dma-debug: remove all exports

2020-09-10 Thread Christoph Hellwig
On Thu, Sep 10, 2020 at 12:45:09PM +0100, Robin Murphy wrote: > FWIW I did briefly look at how much of dma-debug we could drop from > dma-mapping.h and make entirely private to kernel/dma/, but couldn't > convince myself that an awkward split with a few calls still needing to be > public would b

Re: [PATCH 2/2] dma-debug: remove all exports

2020-09-10 Thread Robin Murphy
On 2020-09-08 17:39, Christoph Hellwig wrote: Now that the main dma mapping entry points are out of line none of these functions can be called from modular code. FWIW I did briefly look at how much of dma-debug we could drop from dma-mapping.h and make entirely private to kernel/dma/, but coul

[PATCH 2/2] dma-debug: remove all exports

2020-09-08 Thread Christoph Hellwig
Now that the main dma mapping entry points are out of line none of these functions can be called from modular code. Signed-off-by: Christoph Hellwig --- kernel/dma/debug.c | 12 1 file changed, 12 deletions(-) diff --git a/kernel/dma/debug.c b/kernel/dma/debug.c index 8e9f7b301c6d3