Skip to content

Commit e0e6d9e

Browse files
committed
dmaengine: sdxi: pci: Include linux/err.h, not errno.h
This uses IS_ERR() but not any -EVALUE afaict. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent df58f2d commit e0e6d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/sdxi/pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <linux/dev_printk.h>
1313
#include <linux/dma-direction.h>
1414
#include <linux/dma-mapping.h>
15-
#include <linux/errno.h>
15+
#include <linux/err.h>
1616
#include <linux/io.h>
1717
#include <linux/iomap.h>
1818
#include <linux/math64.h>

0 commit comments

Comments
 (0)