diff options
| author | 2016-02-11 00:24:00 +0100 | |
|---|---|---|
| committer | 2016-02-11 00:24:00 +0100 | |
| commit | b2a3b193b7eb886e44f8a66cd41a26cc44c1e00d (patch) | |
| tree | 8edbfe1daaa8d75214f6017070740d1f4acbafc5 /tools/testing | |
| parent | cpufreq: powernv: Replace pr_info with trace print for throttle event (diff) | |
| parent | PM / OPP: Add dev_pm_opp_set_rate() (diff) | |
Merge branch 'pm-opp' into pm-cpufreq
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/nvdimm/test/iomap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/nvdimm/test/iomap.c b/tools/testing/nvdimm/test/iomap.c index 7ec7df9e7fc7..0c1a7e65bb81 100644 --- a/tools/testing/nvdimm/test/iomap.c +++ b/tools/testing/nvdimm/test/iomap.c @@ -113,7 +113,7 @@ void *__wrap_devm_memremap_pages(struct device *dev, struct resource *res, } EXPORT_SYMBOL(__wrap_devm_memremap_pages); -pfn_t __wrap_phys_to_pfn_t(dma_addr_t addr, unsigned long flags) +pfn_t __wrap_phys_to_pfn_t(phys_addr_t addr, unsigned long flags) { struct nfit_test_resource *nfit_res = get_nfit_res(addr); |
