diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2012-12-07 12:56:56 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-12-10 15:47:30 -0500 |
commit | 5b5ac41447de30cb5ed5e72d3d4e1a9e6e12f640 (patch) | |
tree | 9c5ea531adfad60c873281bea03a9d40e76d406a /drivers/bcma/driver_mips.c | |
parent | 576d28a7c73013717311cfcb514dbcae27c82eeb (diff) | |
download | linux-5b5ac41447de30cb5ed5e72d3d4e1a9e6e12f640.tar.bz2 |
bcma: unify naming schema for clock functions
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/driver_mips.c')
-rw-r--r-- | drivers/bcma/driver_mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c index 170822ea51c7..c45ded8a6963 100644 --- a/drivers/bcma/driver_mips.c +++ b/drivers/bcma/driver_mips.c @@ -171,7 +171,7 @@ u32 bcma_cpu_clock(struct bcma_drv_mips *mcore) struct bcma_bus *bus = mcore->core->bus; if (bus->drv_cc.capabilities & BCMA_CC_CAP_PMU) - return bcma_pmu_get_clockcpu(&bus->drv_cc); + return bcma_pmu_get_cpu_clock(&bus->drv_cc); bcma_err(bus, "No PMU available, need this to get the cpu clock\n"); return 0; |