[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202312151645+0800-wangjinchao@xfusion.com>
Date: Fri, 15 Dec 2023 16:46:04 +0800
From: Wang Jinchao <wangjinchao@...sion.com>
To: Linus Walleij <linus.walleij@...aro.org>, Bartosz Golaszewski
<brgl@...ev.pl>, Andy Shevchenko <andy@...nel.org>,
<linux-gpio@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <stone.xulei@...sion.com>, <wangjinchao@...sion.com>
Subject: [PATCH] gpiolib: cleanup for duplicated including
rm second `#include <linux/err.h>`
Signed-off-by: Wang Jinchao <wangjinchao@...sion.com>
---
include/linux/gpio/driver.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index 0aed62f0c633..d659ba63bc20 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -789,8 +789,6 @@ int gpio_device_get_base(struct gpio_device *gdev);
#else /* CONFIG_GPIOLIB */
-#include <linux/err.h>
-
#include <asm/bug.h>
static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc)
--
2.40.0
Powered by blists - more mailing lists