[parisc-linux-cvs] linux-2.6 willy
Grant Grundler
grundler at parisc-linux.org
Wed Jan 12 09:34:59 MST 2005
On Tue, Jan 11, 2005 at 09:10:48PM -0700, Matthew Wilcox wrote:
> Log message:
> Don't include <asm/irq.h> or <linux/irq.h>. <linux/interrupt.h> is what
> drivers should include.
iosapic/dino/etc are not regular drivers.
They are arch specific "platform services" providers.
Making them use headers that all other drivers use just obscures that fact.
My take is they are the opposite of regular drivers in that
they should use the "minimum dependency" tree (ie most primitive headers).
But I'll concede to your preference.
grant
More information about the parisc-linux-cvs
mailing list