From: Uwe Kleine-König Date: Wed, 11 Feb 2015 10:52:37 +0000 (+0100) Subject: gpio: make flags mandatory for gpiod_get functions X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17d1bf16cc72a374a48d748940f700009d40ff4;p=pandora-kernel.git 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 Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed