[PATCH] gpiolib: cleanup for duplicated including

Wang Jinchao posted 1 patch 2 years ago
There is a newer version of this series
include/linux/gpio/driver.h | 2 --
1 file changed, 2 deletions(-)
[PATCH] gpiolib: cleanup for duplicated including
Posted by Wang Jinchao 2 years ago
rm second `#include <linux/err.h>`

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.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
Re: [PATCH] gpiolib: cleanup for duplicated including
Posted by Andy Shevchenko 2 years ago
On Fri, Dec 15, 2023 at 04:46:04PM +0800, Wang Jinchao wrote:
> rm second `#include <linux/err.h>`

rm --> Remove

Missing period at the end of the sentence.

Please, drop also asm/errno.h as they are guaranteed by the global err.h
inclusion.

-- 
With Best Regards,
Andy Shevchenko