Advertisement
mathew2214

Untitled

Oct 18th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. CC [M] /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.o
  2. /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.c: In function ‘kvmfr_pci_probe’:
  3. /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.c:305:15: error: ‘struct dev_pagemap’ has no member named ‘res’; did you mean ‘ref’?
  4. 305 | kdev->pgmap.res.start = pci_resource_start(dev, 2);
  5. | ^~~
  6. | ref
  7. /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.c:306:15: error: ‘struct dev_pagemap’ has no member named ‘res’; did you mean ‘ref’?
  8. 306 | kdev->pgmap.res.end = pci_resource_end (dev, 2);
  9. | ^~~
  10. | ref
  11. /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.c:307:15: error: ‘struct dev_pagemap’ has no member named ‘res’; did you mean ‘ref’?
  12. 307 | kdev->pgmap.res.flags = pci_resource_flags(dev, 2);
  13. | ^~~
  14. | ref
  15. /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.c:308:27: error: ‘MEMORY_DEVICE_DEVDAX’ undeclared (first use in this function); did you mean ‘MEMORY_DEVICE_FS_DAX’?
  16. 308 | kdev->pgmap.type = MEMORY_DEVICE_DEVDAX;
  17. | ^~~~~~~~~~~~~~~~~~~~
  18. | MEMORY_DEVICE_FS_DAX
  19. /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.c:308:27: note: each undeclared identifier is reported only once for each function it appears in
  20. make[2]: *** [scripts/Makefile.build:271: /home/mathew2214/looking-glass-B2-0-g76710ef201/module/kvmfr.o] Error 1
  21. make[1]: *** [Makefile:1852: /home/mathew2214/looking-glass-B2-0-g76710ef201/module] Error 2
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement