Advertisement
Guest User

Untitled

a guest
Jan 26th, 2017
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. lib/lib.a
  2. LD vmlinux.o
  3. MODPOST vmlinux.o
  4. WARNING: vmlinux.o(.devinit.text+0x3578): Section mismatch in reference from the function gdsc_probe() to the (unknown reference) .init.data:(unknown)
  5. The function __devinit gdsc_probe() references
  6. a (unknown reference) __initdata (unknown).
  7. If (unknown) is only used by gdsc_probe then
  8. annotate (unknown) with a matching annotation.
  9.  
  10. WARNING: vmlinux.o(.data+0x1d230): Section mismatch in reference from the variable gdsc_driver to the (unknown reference) .init.data:(unknown)
  11. The variable gdsc_driver references
  12. the (unknown reference) __initdata (unknown)
  13. If the reference is valid then annotate the
  14. variable with __init* or __refdata (see linux/init.h) or name the variable:
  15. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  16.  
  17. WARNING: vmlinux.o(.data+0x1d2dc): Section mismatch in reference from the variable krait_power_driver to the (unknown reference) .init.data:(unknown)
  18. The variable krait_power_driver references
  19. the (unknown reference) __initdata (unknown)
  20. If the reference is valid then annotate the
  21. variable with __init* or __refdata (see linux/init.h) or name the variable:
  22. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  23.  
  24. WARNING: vmlinux.o(.data+0x1d32c): Section mismatch in reference from the variable krait_pdn_driver to the (unknown reference) .init.data:(unknown)
  25. The variable krait_pdn_driver references
  26. the (unknown reference) __initdata (unknown)
  27. If the reference is valid then annotate the
  28. variable with __init* or __refdata (see linux/init.h) or name the variable:
  29. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  30.  
  31. WARNING: vmlinux.o(.data+0x1d3e0): Section mismatch in reference from the variable qpnp_revid_driver to the (unknown reference) .init.data:(unknown)
  32. The variable qpnp_revid_driver references
  33. the (unknown reference) __initdata (unknown)
  34. If the reference is valid then annotate the
  35. variable with __init* or __refdata (see linux/init.h) or name the variable:
  36. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  37.  
  38. WARNING: vmlinux.o(.data+0x1d5ac): Section mismatch in reference from the variable msm_cpu_pm_snoc_client_driver to the (unknown reference) .init.data:(unknown)
  39. The variable msm_cpu_pm_snoc_client_driver references
  40. the (unknown reference) __initdata (unknown)
  41. If the reference is valid then annotate the
  42. variable with __init* or __refdata (see linux/init.h) or name the variable:
  43. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  44.  
  45. WARNING: vmlinux.o(.data+0x1d5fc): Section mismatch in reference from the variable msm_cpu_pm_driver to the (unknown reference) .init.data:(unknown)
  46. The variable msm_cpu_pm_driver references
  47. the (unknown reference) __initdata (unknown)
  48. If the reference is valid then annotate the
  49. variable with __init* or __refdata (see linux/init.h) or name the variable:
  50. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  51.  
  52. WARNING: vmlinux.o(.data+0x1d64c): Section mismatch in reference from the variable msm_cpu_status_driver to the (unknown reference) .init.data:(unknown)
  53. The variable msm_cpu_status_driver references
  54. the (unknown reference) __initdata (unknown)
  55. If the reference is valid then annotate the
  56. variable with __init* or __refdata (see linux/init.h) or name the variable:
  57. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  58.  
  59. WARNING: vmlinux.o(.data+0x1e3fc): Section mismatch in reference from the variable msm_rpm_device_driver to the (unknown reference) .init.data:(unknown)
  60. The variable msm_rpm_device_driver references
  61. the (unknown reference) __initdata (unknown)
  62. If the reference is valid then annotate the
  63. variable with __init* or __refdata (see linux/init.h) or name the variable:
  64. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  65.  
  66. WARNING: vmlinux.o(.data+0x1e570): Section mismatch in reference from the variable cpu_modes_driver to the (unknown reference) .init.data:(unknown)
  67. The variable cpu_modes_driver references
  68. the (unknown reference) __initdata (unknown)
  69. If the reference is valid then annotate the
  70. variable with __init* or __refdata (see linux/init.h) or name the variable:
  71. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  72.  
  73. WARNING: vmlinux.o(.data+0x1e5c0): Section mismatch in reference from the variable system_modes_driver to the (unknown reference) .init.data:(unknown)
  74. The variable system_modes_driver references
  75. the (unknown reference) __initdata (unknown)
  76. If the reference is valid then annotate the
  77. variable with __init* or __refdata (see linux/init.h) or name the variable:
  78. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  79.  
  80. WARNING: vmlinux.o(.data+0x1e610): Section mismatch in reference from the variable lpm_levels_driver to the (unknown reference) .init.data:(unknown)
  81. The variable lpm_levels_driver references
  82. the (unknown reference) __initdata (unknown)
  83. If the reference is valid then annotate the
  84. variable with __init* or __refdata (see linux/init.h) or name the variable:
  85. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  86.  
  87. To build the kernel despite the mismatches, build with:
  88. 'make CONFIG_NO_ERROR_ON_MISMATCH=y'
  89. (NOTE: This is not recommended)
  90. /home/orange1/lineage/android_kernel_htc_msm8974/scripts/Makefile.modpost:98: recipe for target 'vmlinux.o' failed
  91. make[1]: *** [vmlinux.o] Error 1
  92. Makefile:938: recipe for target 'vmlinux.o' failed
  93. make: *** [vmlinux.o] Error 2
  94. orange1@Orange1:~/lineage/android_kernel_htc_msm8974$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement