All of lore.kernel.org
 help / color / mirror / Atom feed
* buggy include path?
@ 2003-02-18 23:29 Arador
  2003-02-18 23:39 ` Randy.Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arador @ 2003-02-18 23:29 UTC (permalink / raw)
  To: linux-kernel

Including include/usb.h from a external module source (out of the kernel tree) causes 
this:
In file included from /home/diego/kernel/unsta/include/linux/irq.h:19,
                 from /home/diego/kernel/unsta/include/asm/hardirq.h:6,
                 from /home/diego/kernel/unsta/include/linux/interrupt.h:9,
                 from /home/diego/kernel/unsta/include/linux/usb.h:15, <- file included
                 from w9968cf.h:38,
                 from w9968cf.c:57:
/home/diego/kernel/unsta/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory

However in include/asm/irq.h you can see:

#include <linux/config.h>
#include <linux/sched.h>
/* include comes from machine specific directory */
#include "irq_vectors.h"

so who is wrong here? This include cames out
of the specific machine directory; but it doesnt
seems a wrong include.

irq_vectors.h is at: include/asm-i386/mach-default/irq_vectors.h



Diego Calleja





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-19 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-18 23:29 buggy include path? Arador
2003-02-18 23:39 ` Randy.Dunlap
2003-02-19 15:32   ` Sam Ravnborg
2003-02-18 23:47 ` Arador
2003-02-19 15:33 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.