Re: [PATCH] dma-buf: Remove unneeded stubs around sync_debug interfaces

2018-05-07 Thread Daniel Vetter
On Fri, May 04, 2018 at 03:00:37PM -0300, Ezequiel Garcia wrote: > The sync_debug.h header is internal, and only used by > sw_sync.c. Therefore, SW_SYNC is always defined and there > is no need for the stubs. Remove them and make the code > simpler. > > Signed-off-by: Ezequiel Garcia Applied, th

[PATCH] dma-buf: Remove unneeded stubs around sync_debug interfaces

2018-05-04 Thread Ezequiel Garcia
The sync_debug.h header is internal, and only used by sw_sync.c. Therefore, SW_SYNC is always defined and there is no need for the stubs. Remove them and make the code simpler. Signed-off-by: Ezequiel Garcia --- drivers/dma-buf/sync_debug.h | 10 -- 1 file changed, 10 deletions(-) diff