Commit e3de1d8d authored by Hongbo Li's avatar Hongbo Li Committed by Mark Brown

spi: spi-ppc4xx: Remove duplicate included header file linux/platform_device.h

The header file linux/platform_device.h is included
twice. Remove the last one.
Signed-off-by: default avatarHongbo Li <lihongbo22@huawei.com>
Link: https://patch.msgid.link/20240830075800.3541646-1-lihongbo22@huawei.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 99311b8a
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/spi/spi_bitbang.h> #include <linux/spi/spi_bitbang.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment