[U-Boot] [PATCH 1/6] x86/pcat_timer: fix implicit declaration of function ‘unmask_irq’

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun May 10 17:31:46 CEST 2009


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 lib_i386/pcat_timer.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib_i386/pcat_timer.c b/lib_i386/pcat_timer.c
index e282f64..97ed8b6 100644
--- a/lib_i386/pcat_timer.c
+++ b/lib_i386/pcat_timer.c
@@ -22,6 +22,7 @@
  */
 
 #include <common.h>
+#include <asm/interrupt.h>
 #include <asm/io.h>
 #include <asm/i8254.h>
 #include <asm/ibmpc.h>
-- 
1.6.2.4



More information about the U-Boot mailing list