remove ath_hal_vprintf
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 16:04:47 +0000 (18:04 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 16:04:47 +0000 (18:04 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/ah_internal.h
target_firmware/wlan/ah_osdep.c

index 650604936d8b7911202bee57fc194d38b0f4a969..64a54a0954aecf33bf29f1a42d4df51359057a29 100755 (executable)
@@ -251,8 +251,6 @@ struct ath_hal_private {
 extern HAL_BOOL ath_hal_wait(struct ath_hal *, a_uint32_t reg,
                             a_uint32_t mask, a_uint32_t val);
 
-extern void ath_hal_vprintf(struct ath_hal *, const char*, __va_list);
-
 /* allocate and free memory */
 extern void *ath_hal_malloc(size_t);
 extern void ath_hal_free(void *);
index 1f3a37f721d15ce8843d56b58584af5ab6e97cc7..a039f1352d320e39ab5342d9a2b3918a3c82cd5a 100755 (executable)
@@ -135,14 +135,6 @@ ath_hal_memcpy(void *dst, const void *src, adf_os_size_t n)
        return 0;
 }
 
-/*
- * Print/log message support.
- */
-void __ahdecl
-ath_hal_vprintf(struct ath_hal *ah, const char* fmt, va_list ap)
-{
-}
-
 enum {
        DEV_ATH     = 9,            /* XXX must match driver */
 };