Message ID | 1351114738-26793-2-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Oct 24, 2012 at 11:38 PM, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote: > 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> Applied, thanks! Yours, Linus Walleij
diff --git a/drivers/pinctrl/pinctrl-mvebu.c b/drivers/pinctrl/pinctrl-mvebu.c index 8e6266c..6c44b7e 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
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> --- drivers/pinctrl/pinctrl-mvebu.c | 1 - 1 file changed, 1 deletion(-)