From c6f79f45ed25c78d0d79336114a818dda2a6f54e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Thu, 6 Jun 2013 19:23:37 +0800 Subject: [PATCH] rk30: common: fix compile error implicit declaration of function 'IS_ERR' --- arch/arm/mach-rk30/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rk30/common.c b/arch/arm/mach-rk30/common.c index c28e801aa2ab..39930f456a10 100755 --- a/arch/arm/mach-rk30/common.c +++ b/arch/arm/mach-rk30/common.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include -- 2.34.1