Commits
Mike Frysinger committed 95b4b9d97a5
Blackfin: gpio: optimize free path a little When we aren't doing resource tracking, the gpio_free() function is a stub that simply returns, so pull this logic up a level and make it an inline stub in the header. Now we don't have to waste time at any of the call sites. Signed-off-by: Mike Frysinger <vapier@gentoo.org>