DRVMGR: change name of freq_get to get_freq

This commit is contained in:
Daniel Hellstrom
2015-04-13 11:07:54 +02:00
parent bb2f2200aa
commit 246fe225f1
4 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ struct drvmgr_bus_ops ambapp_bus_ops =
.int_mask = ambapp_int_mask,
.int_unmask = ambapp_int_unmask,
.get_params = ambapp_get_params,
.freq_get = ambapp_bus_freq_get,
.get_freq = ambapp_bus_freq_get,
#ifdef AMBAPPBUS_INFO_AVAIL
.info_dev = ambapp_dev_info,
#endif