[ARM] move include/asm-arm to arch/arm/include/asm
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
ff4db0a043
commit
4baa992243
9
arch/arm/include/asm/hw_irq.h
Normal file
9
arch/arm/include/asm/hw_irq.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Nothing to see here yet
|
||||
*/
|
||||
#ifndef _ARCH_ARM_HW_IRQ_H
|
||||
#define _ARCH_ARM_HW_IRQ_H
|
||||
|
||||
#include <asm/mach/irq.h>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user