All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix compilation error in cm_common.c
@ 2012-11-20  9:25 ` Constantine Shulyupin
  0 siblings, 0 replies; 5+ messages in thread
From: Constantine Shulyupin @ 2012-11-20  9:25 UTC (permalink / raw)
  To: paul, Tony Lindgren, Russell King, linux-arm-kernel, linux-omap,
	linux-kernel
  Cc: Constantine Shulyupin

From: Constantine Shulyupin <const@MakeLinux.com>

Added required linux/errno.h

Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
---
 arch/arm/mach-omap2/cm_common.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-omap2/cm_common.c b/arch/arm/mach-omap2/cm_common.c
index 3246cef..3fafc27 100644
--- a/arch/arm/mach-omap2/cm_common.c
+++ b/arch/arm/mach-omap2/cm_common.c
@@ -13,6 +13,7 @@
 
 #include <linux/kernel.h>
 #include <linux/init.h>
+#include <linux/errno.h>
 
 #include "cm2xxx.h"
 #include "cm3xxx.h"
-- 
1.7.9.5


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

end of thread, other threads:[~2012-11-20  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20  9:25 [PATCH] fix compilation error in cm_common.c Constantine Shulyupin
2012-11-20  9:25 ` Constantine Shulyupin
2012-11-20  9:52 ` Peter Ujfalusi
2012-11-20  9:52   ` Peter Ujfalusi
2012-11-20  9:52   ` Peter Ujfalusi

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.