Advertisement
OdSazib

Warnings (ido kernel)

May 29th, 2016
3,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. scripts/kconfig/conf --silentoldconfig Kconfig
  2. warning: (SND_SOC_QDSP6V2) selects SND_SOC_MSM_QDSP6V2_INTF which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && MSM_QDSP6_APRV2)
  3. warning: (SND_SOC_APQ8084 && SND_SOC_MSM8X16 && SND_SOC_MSM8994) selects SND_SOC_CPE which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_WCD_CPE)
  4. warning: (ARCH_MSM) selects DEVFREQ_GOV_MSM_BW_HWMON which has unmet direct dependencies (PM_DEVFREQ && (ARCH_MSM_KRAIT || ARCH_MSM_BIMC_BWMON))
  5. warning: (SND_SOC_QDSP6V2) selects SND_SOC_MSM_QDSP6V2_INTF which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && MSM_QDSP6_APRV2)
  6. warning: (SND_SOC_APQ8084 && SND_SOC_MSM8X16 && SND_SOC_MSM8994) selects SND_SOC_CPE which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_WCD_CPE)
  7. warning: (ARCH_MSM) selects DEVFREQ_GOV_MSM_BW_HWMON which has unmet direct dependencies (PM_DEVFREQ && (ARCH_MSM_KRAIT || ARCH_MSM_BIMC_BWMON))
  8. .
  9. .
  10. .
  11. .
  12.  
  13. drivers/input/touchscreen/ft5x06_ts.c: In function 'hardwareinfo_set':
  14. drivers/input/touchscreen/ft5x06_ts.c:2192:6: warning: unused variable 'err' [-Wunused-variable]
  15.   int err;
  16.       ^
  17. .
  18. .
  19. .
  20. .
  21. drivers/input/misc/akm09911.c:473:13: warning: 'AKECS_GetData_Poll_self' defined but not used [-Wunused-function]
  22.  static long AKECS_GetData_Poll_self(struct akm_compass_data *akm, uint8_t *rbuf, int size)
  23.              ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement