commit | b17d1bf16cc72a374a48d748940f700009d40ff4 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Feb 11 11:52:37 2015 +0100 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Mon Jul 06 10:39:24 2015 +0200 |
tree | ac192a6fd865e2d30d9c9031c745975ca7e52674 | |
parent | eac477801924cac38a273338487cce9f460434bb [diff] |
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>