summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-10-24 23:38:57 +0200
committerLinus Walleij <linus.walleij@linaro.org>2012-11-11 19:05:57 +0100
commitde1d76258f438414633cb92cb1a195ba3835972c (patch)
treea2e27545e407aa15526022b0b6ad024a956644e1 /drivers
parent55d2e40d4acf9081daee5a95d0eb474511408968 (diff)
downloadlinux-stable-de1d76258f438414633cb92cb1a195ba3835972c.tar.gz
linux-stable-de1d76258f438414633cb92cb1a195ba3835972c.tar.bz2
linux-stable-de1d76258f438414633cb92cb1a195ba3835972c.zip
pinctrl: mvebu: remove useless include
Including the core.h header for the pinctrl subsystem is not necessary, and it is actually causing problems when moving the pinctrl-mvebu drivers into a separate subdirectory. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pinctrl/pinctrl-mvebu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-mvebu.c b/drivers/pinctrl/pinctrl-mvebu.c
index 8e6266c6249a..6c44b7e8964c 100644
--- a/drivers/pinctrl/pinctrl-mvebu.c
+++ b/drivers/pinctrl/pinctrl-mvebu.c
@@ -24,7 +24,6 @@
#include <linux/pinctrl/pinctrl.h>
#include <linux/pinctrl/pinmux.h>
-#include "core.h"
#include "pinctrl-mvebu.h"
#define MPPS_PER_REG 8