From e3de1d8deb9f6429356eb81118aa1601c8a5a1b6 Mon Sep 17 00:00:00 2001 From: Hongbo Li Date: Fri, 30 Aug 2024 15:58:00 +0800 Subject: [PATCH] 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 Link: https://patch.msgid.link/20240830075800.3541646-1-lihongbo22@huawei.com Signed-off-by: Mark Brown --- drivers/spi/spi-ppc4xx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/spi-ppc4xx.c b/drivers/spi/spi-ppc4xx.c index 6071f83dd9c8..36722fa6c8bf 100644 --- a/drivers/spi/spi-ppc4xx.c +++ b/drivers/spi/spi-ppc4xx.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include -- 2.50.1