pinctrl: split pincontrol states into its own header
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 6 Mar 2012 20:15:51 +0000 (21:15 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 6 Mar 2012 22:08:19 +0000 (23:08 +0100)
Move the pin control state defines into its own header file,
since it is used both by machine.h which is facing the platform
and by consumer.h which is facing the drivers, and pinctrl.h
which is pinctrl-driver internal, let's not have each and every
.h file include all others, then isolation is moot.

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found