Commit a5c612b9 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

pinctrl: da9062: don't include private GPIOLIB header



gpiochip_get_desc() now lives in linux/gpio/driver.h and there is no
longer any need to include GPIOLIB's private header.

Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: default avatarAndy Shevchenko <andy@kernel.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent fe4fa2e4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -23,12 +23,6 @@
#include <linux/mfd/da9062/core.h>
#include <linux/mfd/da9062/registers.h>

/*
 * We need this get the gpio_desc from a <gpio_chip,offset> tuple to decide if
 * the gpio is active low without a vendor specific dt-binding.
 */
#include "../gpio/gpiolib.h"

#define DA9062_TYPE(offset)		(4 * (offset % 2))
#define DA9062_PIN_SHIFT(offset)	(4 * (offset % 2))
#define DA9062_PIN_ALTERNATE		0x00 /* gpio alternate mode */