commit | ff86aae3b4112b85d2231c23bccbc49589df1c06 | [log] [tgz] |
---|---|---|
author | Madalin Bucur <madalin.bucur@nxp.com> | Tue Nov 15 10:41:01 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 15 22:34:25 2016 -0500 |
tree | cb0fcad962ce162dc6b0326889f0c36646aa3a0c | |
parent | 319b0534b9588124cdc7128e121f3f85daaab556 [diff] |
devres: add devm_alloc_percpu() Introduce managed counterparts for alloc_percpu() and free_percpu(). Add devm_alloc_percpu() and devm_free_percpu() into the managed interfaces list. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>