aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32/pinctrl-stm32.c
diff options
context:
space:
mode:
authorMaxime Coquelin <mcoquelin.stm32@gmail.com>2016-02-08 18:57:38 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-02-09 10:52:28 +0100
commit38a3fbf16a47868231894cdabef862d2f4e7b40a (patch)
tree6ad102d540ad6383d5dc173104bdd1a309a4c7eb /drivers/pinctrl/stm32/pinctrl-stm32.c
parentpinctrl: pinctrl-pic32: Add PIC32 pin control driver (diff)
downloadlinux-dev-38a3fbf16a47868231894cdabef862d2f4e7b40a.tar.xz
linux-dev-38a3fbf16a47868231894cdabef862d2f4e7b40a.zip
pinctrl: stm32: Remove dependency with DT bindings header files
Some macros where defined in DT bindings headers, whereas only used in the driver. This patch moves these macros to the driver side. Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/stm32/pinctrl-stm32.c')
-rw-r--r--drivers/pinctrl/stm32/pinctrl-stm32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pinctrl/stm32/pinctrl-stm32.c b/drivers/pinctrl/stm32/pinctrl-stm32.c
index 9a08222ecb72..8deb566ed4cd 100644
--- a/drivers/pinctrl/stm32/pinctrl-stm32.c
+++ b/drivers/pinctrl/stm32/pinctrl-stm32.c
@@ -23,8 +23,6 @@
#include <linux/reset.h>
#include <linux/slab.h>
-#include <dt-bindings/pinctrl/pinctrl-stm32.h>
-
#include "../core.h"
#include "../pinconf.h"
#include "../pinctrl-utils.h"