commit | fe9f68449a507e03d41bee4500456bbfa22095d3 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Mon Dec 12 09:25:56 2011 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Mon Dec 12 13:40:16 2011 -0700 |
tree | d9028277ead4c701b6a273b1eb5161586dac2e3d | |
parent | 64842aad5ec5ea3b6f6e716ce53a863f7c409da8 [diff] |
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>