Skip to content

Commit 9de5573

Browse files
committed
dmaengine: sdxi: completion: Include hw.h
This code uses structures and constants from hw.h; include it. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 9495f46 commit 9de5573

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/sdxi/completion.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "completion.h"
1313
#include "descriptor.h"
14+
#include "hw.h"
1415

1516
struct sdxi_completion {
1617
struct sdxi_dev *sdxi;

0 commit comments

Comments
 (0)