Skip to content

Commit feb2a9a

Browse files
committed
dmaengine: sdxi: context: Include <linux/cleanup.h>
This file uses the cleanup APIs. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent f3da095 commit feb2a9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/sdxi/context.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define pr_fmt(fmt) "SDXI: " fmt
99

1010
#include <linux/bug.h>
11+
#include <linux/cleanup.h>
1112
#include <linux/delay.h>
1213
#include <linux/dma-direction.h>
1314
#include <linux/dma-mapping.h>

0 commit comments

Comments
 (0)