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>
This commit is contained in:
Maxime Coquelin
2016-02-08 18:57:38 +01:00
committed by Linus Walleij
parent 2ba384e6c3
commit 38a3fbf16a
2 changed files with 8 additions and 2 deletions

View File

@@ -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"