Advertisement
infected_

Untitled

Dec 1st, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. CC drivers/mmc/core/mmc_ops.o
  2. CC drivers/misc/uid_cputime.o
  3. CC drivers/mmc/core/sd.o
  4. CC net/ipv6/netfilter/nf_conntrack_reasm.o
  5. ../../../../../../../../../mnt/Building/cm_13/kernel/lge/awifi/drivers/misc/uid_cputime.c: In function 'uid_stat_show':
  6. ../../../../../../../../../mnt/Building/cm_13/kernel/lge/awifi/drivers/misc/uid_cputime.c:106:11: error: 'struct task_struct' has no member named 'cpu_power'
  7. if (task->cpu_power == ULLONG_MAX)
  8. ^
  9. ../../../../../../../../../mnt/Building/cm_13/kernel/lge/awifi/drivers/misc/uid_cputime.c:111:34: error: 'struct task_struct' has no member named 'cpu_power'
  10. uid_entry->active_power += task->cpu_power;
  11. ^
  12. ../../../../../../../../../mnt/Building/cm_13/kernel/lge/awifi/drivers/misc/uid_cputime.c: In function 'process_notifier':
  13. ../../../../../../../../../mnt/Building/cm_13/kernel/lge/awifi/drivers/misc/uid_cputime.c:220:26: error: 'struct task_struct' has no member named 'cpu_power'
  14. uid_entry->power += task->cpu_power;
  15. ^
  16. ../../../../../../../../../mnt/Building/cm_13/kernel/lge/awifi/drivers/misc/uid_cputime.c:221:6: error: 'struct task_struct' has no member named 'cpu_power'
  17. task->cpu_power = ULLONG_MAX;
  18. ^
  19. make[4]: *** [drivers/misc/uid_cputime.o] Error 1
  20. make[4]: *** Waiting for unfinished jobs....
  21. CC net/ipv6/netfilter/ip6t_REJECT.o
  22. CC drivers/net/dummy.o
  23. CC drivers/mmc/core/sd_ops.o
  24. make[3]: *** [drivers/misc] Error 2
  25. make[3]: *** Waiting for unfinished jobs....
  26. CC drivers/mmc/core/sdio.o
  27. LD net/ipv6/netfilter/nf_conntrack_ipv6.o
  28. LD net/ipv6/netfilter/nf_defrag_ipv6.o
  29. CC drivers/mmc/core/sdio_ops.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement