]> git.baikalelectronics.ru Git - kernel.git/commit
gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags()
authorGrant Likely <grant.likely@secretlab.ca>
Mon, 12 Dec 2011 16:25:56 +0000 (09:25 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 12 Dec 2011 20:40:16 +0000 (13:40 -0700)
commit32b791589d8cf97f627da81d8377906505ee1340
treed9028277ead4c701b6a273b1eb5161586dac2e3d
parent088719caafdcbb1ffdc22ba3b4843f435e015d34
gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags()

of_reset_gpio_handle() is largely a cut-and-paste copy of
of_get_named_gpio_flags(). There really isn't any reason for the
split, so this patch deletes the duplicate function

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/reset.c