Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17858ca6 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull ia64 build fix from Tony Luck:
 "Fix ia64 build breakage by adding newly needed #include"

We're still debating the patch that caused the build breakage, but this
fix seems like a good idea regardless of how that ends up being handled.

* tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
  [IA64] Fix include dependency in asm/irqflags.h
parents 4c3577c5 f7577310
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@
#define _ASM_IA64_IRQFLAGS_H
#define _ASM_IA64_IRQFLAGS_H


#include <asm/pal.h>
#include <asm/pal.h>
#include <asm/kregs.h>


#ifdef CONFIG_IA64_DEBUG_IRQ
#ifdef CONFIG_IA64_DEBUG_IRQ
extern unsigned long last_cli_ip;
extern unsigned long last_cli_ip;