Hi, drivers/ide/mips/au1xxx-ide.c includes ide-timing.h: ... #include "ide-timing.h" ... But that directory doesnt contain "ide-timing.h" so compiler complains from it. ide-timing.h is in ide folder. I did a grep and saw that some other dirs under ide also includes that file in the same manner as in mips but doesnt contain it in its own folder. After I did a sym link, compile was successfull. What's the concept behind this? Can we move it to include/linux? -- Bora SAHIN