Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-07 | [PATCH] m68knommu: move some platform irq support out of irq.h | Greg Ungerer | |
Move some of the m68knommu platform specific irq core support to its own header, irqnode.h. Having it in asm-m68knommu/irq.h causes some build pain, since it is included in a number of common code places (and not all the required definitions will be included at these places). Signed-off-by: Greg Ungerer <gerg@uclinux.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |