um: hw_irq.h can go generic as well

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Al Viro 2011-08-18 20:13:20 +01:00 committed by Richard Weinberger
parent f5e900770f
commit 8e66cda4af
2 changed files with 1 additions and 8 deletions

View file

@ -1,2 +1,2 @@
generic-y += bug.h cputime.h device.h emergency-restart.h futex.h hardirq.h
generic-y += irq_regs.h kdebug.h percpu.h sections.h topology.h xor.h
generic-y += hw_irq.h irq_regs.h kdebug.h percpu.h sections.h topology.h xor.h

View file

@ -1,7 +0,0 @@
#ifndef _ASM_UM_HW_IRQ_H
#define _ASM_UM_HW_IRQ_H
#include "asm/irq.h"
#include "asm/archparam.h"
#endif