From: Jingoo Han Date: Fri, 22 Feb 2013 02:19:15 +0000 (+0900) Subject: rtc: rtc-v3020: use gpio_request_array() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~107^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c95fa80e6f3e111b738949111a94bfac5021721;p=pandora-kernel.git rtc: rtc-v3020: use gpio_request_array() Using gpio_request_array()/gpio_free_array() can make the code simpler because it can set the direction and initial value in one shot and the for loop is unnecessary. Also, struct v3020_gpio is removed, because the struct v3020_gpio is replaced with struct gpio. Signed-off-by: Jingoo Han Signed-off-by: Alexandre Belloni --- Reading git-diff-tree failed