Skip to content

Commit e155d7d

Browse files
committed
dmaengine: sdxi: Include compiler_types.h in sdxi.h for __iomem
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 8cfd510 commit e155d7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/sdxi/sdxi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define DMA_SDXI_H
1010

1111
#include <linux/bug.h>
12+
#include <linux/compiler_types.h>
1213
#include <linux/dev_printk.h>
1314
#include <linux/dma-mapping.h>
1415
#include <linux/dmaengine.h>

0 commit comments

Comments
 (0)