Skip to content

Commit 0effad3

Browse files
committed
dmaengine: sdxi: device: Include linux/idr.h
This code allocs and tears down the vector ida. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent e0e6d9e commit 0effad3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/sdxi/device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <linux/device.h>
1111
#include <linux/dma-mapping.h>
1212
#include <linux/dmapool.h>
13+
#include <linux/idr.h>
1314
#include <linux/log2.h>
1415
#include <linux/slab.h>
1516
#include <linux/xarray.h>

0 commit comments

Comments
 (0)