Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752318Ab2KTJ0S (ORCPT ); Tue, 20 Nov 2012 04:26:18 -0500 Received: from oproxy6-pub.bluehost.com ([67.222.54.6]:49648 "HELO oproxy6-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751817Ab2KTJ0Q (ORCPT ); Tue, 20 Nov 2012 04:26:16 -0500 From: Constantine Shulyupin To: paul@pwsan.com, Tony Lindgren , Russell King , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Constantine Shulyupin Subject: [PATCH] fix compilation error in cm_common.c Date: Tue, 20 Nov 2012 11:25:53 +0200 Message-Id: <1353403553-13525-1-git-send-email-const@MakeLinux.com> X-Mailer: git-send-email 1.7.9.5 X-Identified-User: {1470:box668.bluehost.com:makelinu:makelinux.net} {sentby:smtp auth 77.126.59.43 authed with poster@makelinux.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 29 From: Constantine Shulyupin Added required linux/errno.h Signed-off-by: Constantine Shulyupin --- 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 #include +#include #include "cm2xxx.h" #include "cm3xxx.h" -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/