Skip to content

Commit 18ce066

Browse files
committed
rust: bindings: Add <linux/of_dma.h>
AOP audio uses `of_dma_request_slave_channel()`. Signed-off-by: Janne Grunau <[email protected]>
1 parent c19b9c3 commit 18ce066

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/bindings/bindings_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <linux/of.h>
3030
#include <linux/of_address.h>
3131
#include <linux/of_device.h>
32+
#include <linux/of_dma.h>
3233
#include <linux/pci.h>
3334
#include <linux/phy.h>
3435
#include <linux/pid_namespace.h>

0 commit comments

Comments
 (0)