From: Luotao Fu <[EMAIL PROTECTED]> Adds some header files which are currently missing.
Signed-off-by: Luotao Fu <[EMAIL PROTECTED]> Index: kernel/hrtimer.c =================================================================== --- kernel/hrtimer.c.orig +++ kernel/hrtimer.c @@ -39,6 +39,7 @@ #include <linux/notifier.h> #include <linux/syscalls.h> #include <linux/kallsyms.h> +#include <linux/irq.h> #include <linux/interrupt.h> #include <linux/clockchips.h> #include <linux/profile.h> Index: include/asm-arm/atomic.h =================================================================== --- include/asm-arm/atomic.h.orig +++ include/asm-arm/atomic.h @@ -177,6 +177,8 @@ static inline void atomic_clear_mask(uns * Atomic compare and exchange. */ #define __HAVE_ARCH_CMPXCHG 1 +#include <linux/irqflags.h> +#include <linux/kernel.h> extern unsigned long wrong_size_cmpxchg(volatile void *ptr); -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html