Commit ad6e0b75830cfb21b03dc391143001ea3d82100a

Authored by Vitaly Andrianov
Committed by Hongmei Gou
1 parent 26c3dc41d8

soc: ti: add missing include to knav_dma.h

The knav_dma.h uses some definitions from dmaengine.h.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/soc/ti/knav_dma.h
... ... @@ -17,6 +17,8 @@
17 17 #ifndef __SOC_TI_KEYSTONE_NAVIGATOR_DMA_H__
18 18 #define __SOC_TI_KEYSTONE_NAVIGATOR_DMA_H__
19 19  
  20 +#include <linux/dmaengine.h>
  21 +
20 22 /*
21 23 * PKTDMA descriptor manipulation macros for host packet descriptor
22 24 */