Hi all, the compilation of my module reports this error: /lib/modules/2.6.14/build/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory The file irq.h is included by the header files included by me. I've opened the file irq.h and I've found that it includes the file irq_vectors.h this way: #include "irq_vectors.h" irq_vectors.h do not compare in the same directory of irq.h but in the subdirectory mach-default. Where I'm wrong? the kernel I'm working with is 2.6.14. Thanks. Vincenzo Mallozzi. ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/