From: Alexandre Courbot Date: Thu, 24 Jul 2014 05:51:02 +0000 (+0900) Subject: gpio: remove gpio_ensure_requested() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~114^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7caf86823c71fae652cc50c7d8dd0d2b5c41229;p=pandora-kernel.git gpio: remove gpio_ensure_requested() gpio_ensure_requested() has been introduced in Feb. 2008 by commit d2876d08d86f2 to force users of the GPIO API to explicitly request GPIOs before using them. Hopefully by now all GPIOs are correctly requested and this extra check can be omitted ; in any case the GPIO maintainers won't feel bad if machines start failing after 6 years of warnings. This patch removes that function from the dark ages. Signed-off-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed