All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.5 - incomplete headers?
@ 2004-04-11 11:27 Axel Weiss
  2004-04-11 11:52 ` Jan Dittmer
  0 siblings, 1 reply; 5+ messages in thread
From: Axel Weiss @ 2004-04-11 11:27 UTC (permalink / raw)
  To: linux-kernel

Hi,

I'm going to bring my device drivers[1] from 2.4 to 2.6 and have successfully 
installed kernel-2.6.5 for my athlon-PC.

Compiling (unmodified) 2.4-sources of my modules stops, missing irq_vectors.h.

What do I have to do to successfully include <linux/interrupt.h> from inside a 
kernel module? Or is ther a completely different strategy for ISRs in 2.6? 
(Where is the starting point to read, in this case?)

FYI:

$ uname -r
2.6.5

$ gcc -c -Wall -I/lib/modules/`uname -r`/build/include -DMODULE -D__KERNEL__ 
-DHARMONIE_DEBUG harmonie_io.c
In file included from /lib/modules/2.6.5/build/include/linux/irq.h:20,
                 from /lib/modules/2.6.5/build/include/asm/hardirq.h:6,
                 from /lib/modules/2.6.5/build/include/linux/interrupt.h:11,
                 from harmonie_io.c:44:
/lib/modules/2.6.5/build/include/asm/irq.h:16:25: irq_vectors.h: No such file 
or directory

Regards,
Axel Weiss

[1] device drivers for some dsp-cards, can be found at http://sourceforge.net/
projects/freesp/


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

end of thread, other threads:[~2004-04-12 10:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-11 11:27 2.6.5 - incomplete headers? Axel Weiss
2004-04-11 11:52 ` Jan Dittmer
2004-04-11 18:33   ` kernelversion distinction (was 2.6.5 - incomplete headers?) Axel Weiss
2004-04-11 20:33     ` Sam Ravnborg
2004-04-12 10:21       ` kernelversion distinction Axel Weiss

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.