X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Firq_remapping.h;h=20e1fd588dbfbfefc30b567b35625098002f105c;hb=5e1b00758b5a8bee9d42515bffdaf305a32f1b04;hp=78242c6ffa588f6dea9b71ae093946f93ea6417f;hpb=05e4d3169bd16229d84a2ef095e1ba2cd3873baa;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/include/asm/irq_remapping.h b/arch/x86/include/asm/irq_remapping.h index 78242c6ffa5..20e1fd588db 100644 --- a/arch/x86/include/asm/irq_remapping.h +++ b/arch/x86/include/asm/irq_remapping.h @@ -1,8 +1,8 @@ -#ifndef _ASM_IRQ_REMAPPING_H -#define _ASM_IRQ_REMAPPING_H +#ifndef _ASM_X86_IRQ_REMAPPING_H +#define _ASM_X86_IRQ_REMAPPING_H extern int x2apic; #define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8) -#endif +#endif /* _ASM_X86_IRQ_REMAPPING_H */