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: Hongbo Li <lihongbo22@huawei.com>
Link: https://patch.msgid.link/20240830075800.3541646-1-lihongbo22@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Hongbo Li
2024-08-30 15:58:00 +08:00
committed by Mark Brown
parent 99311b8a9e
commit e3de1d8deb
-1
View 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>