gpio: make flags mandatory for gpiod_get functions
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 11 Feb 2015 10:52:37 +0000 (11:52 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 6 Jul 2015 08:39:24 +0000 (10:39 +0200)
commitb17d1bf16cc72a374a48d748940f700009d40ff4
treeac192a6fd865e2d30d9c9031c745975ca7e52674
parenteac477801924cac38a273338487cce9f460434bb
gpio: make flags mandatory for gpiod_get functions

Now that all[1] users of the gpiod_get functions are converted to make
use of the up to now optional flags parameter, make it mandatory which
allows to remove some cpp magic.

[1] all but etraxfs-uart which is broken anyhow and I'm allowed to
    ignore it by Jesper Nilsson :-)

Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
drivers/gpio/devres.c
drivers/gpio/gpiolib.c
include/linux/gpio/consumer.h