[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240508114150.958025-1-andriy.shevchenko@linux.intel.com>
Date: Wed, 8 May 2024 14:41:49 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Randy Dunlap <rdunlap@...radead.org>,
linux-kernel@...r.kernel.org
Cc: Sebastian Reichel <sre@...nel.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v1 1/1] 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 <andriy.shevchenko@...ux.intel.com>
---
drivers/hsi/clients/ssi_protocol.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hsi/clients/ssi_protocol.c b/drivers/hsi/clients/ssi_protocol.c
index 10926359e6d2..afe470f3661c 100644
--- a/drivers/hsi/clients/ssi_protocol.c
+++ b/drivers/hsi/clients/ssi_protocol.c
@@ -14,7 +14,6 @@
#include <linux/clk.h>
#include <linux/device.h>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/if_ether.h>
#include <linux/if_arp.h>
#include <linux/if_phonet.h>
--
2.43.0.rc1.1336.g36b5255a03ac
Powered by blists - more mailing lists