Unverified Commit 66fe7403 authored by Jay Fang's avatar Jay Fang Committed by Mark Brown
Browse files

spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>



Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: default avatarJay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/1620629903-15493-2-git-send-email-f.fangjian@huawei.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ccef8441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#include <linux/spi/spi.h>
#include <linux/spi/spi_bitbang.h>

#include <asm/io.h>
#include <linux/io.h>
#include <asm/dcr.h>
#include <asm/dcr-regs.h>