diff options
author | Himangi Saraogi <himangi774@gmail.com> | 2014-06-11 15:18:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-09 19:31:48 -0400 |
commit | 96ae571338a4b2ecd2e42a6881bb0daa1a4e7d4f (patch) | |
tree | 7ad28eb711a37b05fcf2fafbf89a91ae56cd27a4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3e346d41bfcdf803284b06ef6e4bf13fa2b86277 (diff) |
uhci-platform: use devm_ioremap resource
This patch replaces the memory allocation using request_mem_region and
the ioremap by a single call to managed interface devm_ioremap_reource.
The corresponding calls to release_mem_region and iounmap in the probe
and release functions are now unnecessary and are removed. Also a label
is done away with and linux/device.h is added to make sure the devm_*()
outine declarations are unambiguously available.
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions