From: Alexandre Courbot Date: Tue, 22 Jul 2014 07:17:42 +0000 (+0900) Subject: gpio: remove gpiod_lock/unlock_as_irq() X-Git-Tag: cleanup-for-v3.18~73^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d74be6dfea1b96cfb4bd79d9254fa9d21ed5f131;p=pandora-kernel.git gpio: remove gpiod_lock/unlock_as_irq() gpio_lock/unlock_as_irq() are working with (chip, offset) arguments and are thus not using the old integer namespace. Therefore, there is no reason to have gpiod variants of these functions working with descriptors, especially since the (chip, offset) tuple is more suitable to the users of these functions (GPIO drivers, whereas GPIO descriptors are targeted at GPIO consumers). Signed-off-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed