From: Andy Shevchenko Date: Wed, 8 May 2024 11:41:49 +0000 (+0300) Subject: HSI: ssi_protocol: Remove unused linux/gpio.h X-Git-Tag: v6.11-rc1~73^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f02cfe6950479b04fb75cf8424a852af7c50d3ad;p=thirdparty%2Flinux.git HSI: ssi_protocol: Remove unused linux/gpio.h linux/gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240508114150.958025-1-andriy.shevchenko@linux.intel.com Signed-off-by: Sebastian Reichel --- diff --git a/drivers/hsi/clients/ssi_protocol.c b/drivers/hsi/clients/ssi_protocol.c index 10926359e6d21..afe470f3661c7 100644 --- a/drivers/hsi/clients/ssi_protocol.c +++ b/drivers/hsi/clients/ssi_protocol.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include