Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. CC drivers/staging/qcacld-3.0/core/hdd/src/wlan_hdd_tx_rx.o
  2. ../drivers/staging/qcacld-3.0/core/hdd/src/wlan_hdd_tx_rx.c:442:3: error:
  3. implicit declaration of function 'sme_ps_enable_auto_ps_timer'
  4. [-Werror,-Wimplicit-function-declaration]
  5. sme_ps_enable_auto_ps_timer(WLAN_HDD_GET_HAL_CTX(adapter),
  6. ^
  7. ../drivers/staging/qcacld-3.0/core/hdd/src/wlan_hdd_tx_rx.c:442:3: error: this
  8. function declaration is not a prototype [-Werror,-Wstrict-prototypes]
  9. 2 errors generated.
  10. ../scripts/Makefile.build:282: recipe for target 'drivers/staging/qcacld-3.0/core/hdd/src/wlan_hdd_tx_rx.o' failed
  11. make[4]: *** [drivers/staging/qcacld-3.0/core/hdd/src/wlan_hdd_tx_rx.o] Error 1
  12. ../scripts/Makefile.build:489: recipe for target 'drivers/staging/qcacld-3.0' failed
  13. make[3]: *** [drivers/staging/qcacld-3.0] Error 2
  14. ../scripts/Makefile.build:489: recipe for target 'drivers/staging' failed
  15. make[2]: *** [drivers/staging] Error 2
  16. /home/susan/kernel/android_kernel_xiaomi_lavender-1/Makefile:1025: recipe for target 'drivers' failed
  17. make[1]: *** [drivers] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement