Re: [PATCH 3/8] dma-buf: heaps: Import uAPI header

2024-05-16 Thread Christian König
Am 15.05.24 um 15:56 schrieb Maxime Ripard: The uAPI header has a bunch of constants and structures that might be handy in drivers. Let's include the header in the driver-side dma-heap header. Well as long as this header doesn't need any symbols from the uAPI itself I think that is a no-go.

[PATCH 3/8] dma-buf: heaps: Import uAPI header

2024-05-15 Thread Maxime Ripard
The uAPI header has a bunch of constants and structures that might be handy in drivers. Let's include the header in the driver-side dma-heap header. Signed-off-by: Maxime Ripard --- include/linux/dma-heap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/dma-heap.h b/include