Skip to content

Commit 9495f46

Browse files
committed
dmaengine: sdxi: completion: Forward-declare struct sdxi_desc
For sdxi_completion_attach(). Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent f9845eb commit 9495f46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/sdxi/completion.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* descriptor.
1111
*/
1212
struct sdxi_completion;
13+
struct sdxi_desc;
1314
struct sdxi_completion *sdxi_completion_alloc(struct sdxi_dev *sdxi);
1415
void sdxi_completion_free(struct sdxi_completion *sc);
1516
void sdxi_completion_poll(const struct sdxi_completion *sc);

0 commit comments

Comments
 (0)