remove duplicate: clock_api.h
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / k2 / cmnos_api.h
index 6bd18fb4267d0dadeee08a2f4201f903fbb82d66..437050f49443bc5bd11ab668a1b3b67bcf1263b5 100755 (executable)
@@ -414,9 +414,7 @@ do {                                                                    \
         A_CMN(clock._wlan_band_set(which_band))
 
 /* Called whenever the system clock changes speed */
-#define A_SYSCLK_CHANGE(mhz)               A_CMN(clock._sysclk_change(mhz))
-
-#define A_SYSCLK_GET()               A_CMN(clock._sysclk_get())
+#define A_SYSCLK_CHANGE()               A_CMN(clock._sysclk_change())
 
 #else
 
@@ -430,7 +428,6 @@ do {                                                                    \
 #define A_CLOCKREGS_INIT()
 #define A_WLAN_BAND_SET(which_band)
 #define A_SYSCLK_CHANGE(mhz)
-#define A_SYSCLK_GET()
 
 #endif
 
@@ -449,10 +446,10 @@ do {                                                                    \
     A_CMN(timer._timer_run())
 
 #define A_PCI_BOOT_INIT() \
-    A_CMN(pci.pci_boot_init()) 
+    A_CMN(pci.pci_boot_init())
 
 #define A_GMAC_BOOT_INIT() \
-    A_CMN(gmac.gmac_boot_init()) 
+    A_CMN(gmac.gmac_boot_init())
 
 #if SYSTEM_MODULE_ALLOCRAM
 /* Default size of ALLOCRAM area */