pinctrl: split pincontrol states into its own header
commit9a01be1715b6a027765701ca09ba0401ff066fc5
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 6 Mar 2012 20:15:51 +0000 (6 21:15 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 6 Mar 2012 22:08:19 +0000 (6 23:08 +0100)
tree334691b9242f7b9663ba1c53af3c668b8e3400d3
parent872acc322c74bb06b7ceb61fe93314e2da32362c
pinctrl: split pincontrol states into its own header

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>
include/linux/pinctrl/consumer.h
include/linux/pinctrl/machine.h
include/linux/pinctrl/pinctrl-state.h [new file with mode: 0644]
include/linux/pinctrl/pinctrl.h