Advertisement
Guest User

Untitled

a guest
Sep 21st, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. casper@casper ~/Downloads/linux-3.6-rc6 $ make modules CONFIG_DEBUG_SECTION_MISMATCH=y
  2. make[1]: Nothing to be done for `all'.
  3. make[1]: Nothing to be done for `relocs'.
  4. CHK include/linux/version.h
  5. CHK include/generated/utsrelease.h
  6. CALL scripts/checksyscalls.sh
  7.  
  8. Building modules, stage 2.
  9. MODPOST 2879 modules
  10. WARNING: drivers/staging/ipack/bridges/tpci200.o(.data+0x18): Section mismatch in reference from the variable tpci200_pci_drv to the variable .devinit.rodata:tpci200_idtable
  11. The variable tpci200_pci_drv references
  12. the variable __devinitconst tpci200_idtable
  13. If the reference is valid then annotate the
  14. variable with __init* or __refdata (see linux/init.h) or name the variable:
  15. *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
  16.  
  17. WARNING: drivers/staging/ipack/bridges/tpci200.o(.data+0x28): Section mismatch in reference from the variable tpci200_pci_drv to the function .devexit.text:tpci200_pci_remove()
  18. The variable tpci200_pci_drv references
  19. the function __devexit tpci200_pci_remove()
  20. If the reference is valid then annotate the
  21. variable with __exit* (see linux/init.h) or name the variable:
  22. *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement