All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-yocto][PATCH] MIPS: ARC: Fix build of firmware library on
@ 2011-08-11  7:25 Darren Hart
  2011-08-11 15:00 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2011-08-11  7:25 UTC (permalink / raw)
  To: Yocto Project

commit 4f55fd752fb4770a354dd2401d5043c98236cc29 upstream

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

[applied to linux-yocto standard/base]

Signed-off-by: Darren Hart <dvhart@linux.intel.com>

---
 arch/mips/include/asm/smp-ops.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/mips/include/asm/smp-ops.h
b/arch/mips/include/asm/smp-ops.h
index 48b03ff..ef2a804 100644
--- a/arch/mips/include/asm/smp-ops.h
+++ b/arch/mips/include/asm/smp-ops.h
@@ -11,6 +11,8 @@
 #ifndef __ASM_SMP_OPS_H
 #define __ASM_SMP_OPS_H

+#include <linux/errno.h>
+
 #ifdef CONFIG_SMP

 #include <linux/cpumask.h>
-- 
1.7.6
-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-11 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11  7:25 [linux-yocto][PATCH] MIPS: ARC: Fix build of firmware library on Darren Hart
2011-08-11 15:00 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.