[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240304174913.1198974-1-andriy.shevchenko@linux.intel.com>
Date: Mon, 4 Mar 2024 19:49:13 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Stanley Chang <stanley_chang@...ltek.com>,
linux-kernel@...r.kernel.org
Cc: MyungJoo Ham <myungjoo.ham@...sung.com>,
Chanwoo Choi <cw00.choi@...sung.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v1 1/1] extcon: realtek: Remove unused of_gpio.h
of_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/extcon/extcon-rtk-type-c.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/extcon/extcon-rtk-type-c.c b/drivers/extcon/extcon-rtk-type-c.c
index a592bab77538..19a01e663733 100644
--- a/drivers/extcon/extcon-rtk-type-c.c
+++ b/drivers/extcon/extcon-rtk-type-c.c
@@ -13,7 +13,6 @@
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
-#include <linux/of_gpio.h>
#include <linux/io.h>
#include <linux/interrupt.h>
#include <linux/syscalls.h>
--
2.43.0.rc1.1.gbec44491f096
Powered by blists - more mailing lists