From: M. R. B. <mr...@0x...> - 2001-10-07 13:37:26
|
* Johann Deneux <jo...@Do...> on Sun, Oct 07, 2001: > > The best solution would probably be that hw_irq.h included sched.h. That's > not our job. Or a quick fix would be to include sched.h in vgacon.c. That > we can do. > No, including sched.h in vgacon.c is better, if you try to include it in hw_irq.h, you may end up with circular references, etc. asm/ header files should never include anything out of linux/, it should always be the other way around. M. R. |