alistair23-linux/include/linux/pinctrl
Stephen Warren 6f11f6f1a0 pinctrl: include <linux/bug.h> to prevent compile errors
Macros in <linux/pinctrl/machine.h> call ARRAY_SIZE(), the definition of
which eventually calls BUILD_BUG_ON_ZERO(), which is defined in
<linux/bug.h>. Include that so that every .c file using the pinctrl macros
doesn't have to do that itself.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-04-11 09:31:01 +02:00
..
consumer.h pinctrl: split pincontrol states into its own header 2012-03-06 23:08:19 +01:00
machine.h pinctrl: include <linux/bug.h> to prevent compile errors 2012-04-11 09:31:01 +02:00
pinconf-generic.h pinctrl: introduce generic pin config 2012-03-12 22:49:02 +01:00
pinconf.h pinctrl: introduce generic pin config 2012-03-12 22:49:02 +01:00
pinctrl-state.h pinctrl: split pincontrol states into its own header 2012-03-06 23:08:19 +01:00
pinctrl.h pinctrl: forward-declare struct device 2012-03-06 23:29:05 +01:00
pinmux.h pinctrl: break out a pinctrl consumer header 2012-02-10 21:32:57 +01:00