Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ebac4f8 authored by Vishwanathrao Badarkhe, Manish's avatar Vishwanathrao Badarkhe, Manish Committed by Linus Walleij
Browse files

gpio: Remove duplicate include of errno.h



Currently, code include errno.h twice. Remove one inclusion
of errno.h

Signed-off-by: default avatarVishwanathrao Badarkhe, Manish <manishv.b@ti.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 661553b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ void devm_gpio_free(struct device *dev, unsigned int gpio);

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/bug.h>
#include <linux/pinctrl/pinctrl.h>