spi: spi-ppc4xx: Remove duplicate included header file linux/platform_device.h
authorHongbo Li <lihongbo22@huawei.com>
Fri, 30 Aug 2024 07:58:00 +0000 (15:58 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 30 Aug 2024 11:28:38 +0000 (12:28 +0100)
The header file linux/platform_device.h is included
twice. Remove the last one.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://patch.msgid.link/20240830075800.3541646-1-lihongbo22@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ppc4xx.c

index 6071f83dd9c849ba75129ccb655f2588df2fded8..36722fa6c8bfd1ef30ea3b4e695e1de316f8faad 100644 (file)
@@ -30,7 +30,6 @@
 #include <linux/of_platform.h>
 #include <linux/interrupt.h>
 #include <linux/delay.h>
-#include <linux/platform_device.h>
 
 #include <linux/spi/spi.h>
 #include <linux/spi/spi_bitbang.h>