diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2012-12-07 15:56:56 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-12-11 00:47:30 +0400 |
commit | 5b5ac41447de30cb5ed5e72d3d4e1a9e6e12f640 (patch) | |
tree | 9c5ea531adfad60c873281bea03a9d40e76d406a /drivers/bcma/bcma_private.h | |
parent | 576d28a7c73013717311cfcb514dbcae27c82eeb (diff) | |
download | linux-5b5ac41447de30cb5ed5e72d3d4e1a9e6e12f640.tar.xz |
bcma: unify naming schema for clock functions
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index bcb830ec4bb4..537ae53231cd 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h @@ -48,8 +48,8 @@ void bcma_chipco_serial_init(struct bcma_drv_cc *cc); #endif /* CONFIG_BCMA_DRIVER_MIPS */ /* driver_chipcommon_pmu.c */ -u32 bcma_pmu_alp_clock(struct bcma_drv_cc *cc); -u32 bcma_pmu_get_clockcpu(struct bcma_drv_cc *cc); +u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc); +u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc); #ifdef CONFIG_BCMA_SFLASH /* driver_chipcommon_sflash.c */ |