remove unused variables in ar5416Attach
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index 6cccf57778aeaca2f4679a1fa580e14609b49569..9959ac3cc6b8cc42ab28c218f1f0914cdd6b2d95 100644 (file)
@@ -88,8 +88,7 @@ void ar5416Detach(struct ath_hal *ah)
 }
 
 struct ath_hal *
-ar5416Attach(a_uint32_t devid,HAL_SOFTC sc, adf_os_device_t dev,
-            a_uint32_t flags, HAL_STATUS *status)
+ar5416Attach(HAL_SOFTC sc, adf_os_device_t dev, HAL_STATUS *status)
 {
        struct ath_hal_5416 *ahp;
        struct ath_hal *ah;