Skip to content

Commit b937cfb

Browse files
committed
rust: bindings: Add <linux/of_dma.h>
AOP audio uses `of_dma_request_slave_channel()`. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent ad799ce commit b937cfb

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)