Skip to content

Commit a6a9c96

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 b7bb0e0 commit a6a9c96

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
@@ -28,6 +28,7 @@
2828
#include <linux/of.h>
2929
#include <linux/of_address.h>
3030
#include <linux/of_device.h>
31+
#include <linux/of_dma.h>
3132
#include <linux/pci.h>
3233
#include <linux/phy.h>
3334
#include <linux/pid_namespace.h>

0 commit comments

Comments
 (0)