before i could just take out the '#include <pci.h>' in packages to make them compile ... that was because most packages didnt really need access to the pci stuff pci.h provided ... however, dosemu really needs access to the pci functions and thus really needs linux/pci.h (sys/pci.h just includes linux/pci.h so that isnt an option) the easy fix is to put #ifdef __KERNEL__ around the #include <linux/mod_devicetable.h>
SpanKY: bahaha you fixed that one SpanKY: i think you fixed linux/mod_devicetable.h for me ;) SpanKY: which means pci.h is fixed for free SpanKY: so you can close out the bug Heh, fair enough...