From fac2284cb07caf232cd589007d926a32f4efe777 Mon Sep 17 00:00:00 2001 From: Chris Goldsworthy Date: Thu, 16 Jun 2022 16:48:19 -0700 Subject: [PATCH] dma-heap: qcom: Add dt-bindings soft link for DT constants Add a softlink from the dt-bindings directory to our qcom_dma_heap_dt_constants.h file, so that the file can be accessed from our device tree. Change-Id: I1fd15d8ac9585839c92afcc41b261cbe79aa1c6a Signed-off-by: Chris Goldsworthy --- include/dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 include/dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h diff --git a/include/dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h b/include/dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h new file mode 120000 index 000000000000..eaa1e5dbaf2b --- /dev/null +++ b/include/dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h @@ -0,0 +1 @@ +../../../linux/qcom_dma_heap_dt_constants.h \ No newline at end of file