From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] IR: add header file to fix build Date: Thu, 6 May 2010 16:41:44 -0700 Message-ID: <20100506164144.f2e176c3.rdunlap@xenotime.net> References: <20100506151502.f97afe54.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from xenotime.net ([72.52.115.56]:41667 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751773Ab0EFXlu (ORCPT ); Thu, 6 May 2010 19:41:50 -0400 Received: from chimera.site ([71.245.98.113]) by xenotime.net for ; Thu, 6 May 2010 16:41:45 -0700 In-Reply-To: <20100506151502.f97afe54.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Mauro Carvalho Chehab Cc: linux-next@vger.kernel.org, LKML , linux-media@vger.kernel.org From: Randy Dunlap Fix build error: drivers/media/IR/rc-map.c:51: error: implicit declaration of function 'msleep' Signed-off-by: Randy Dunlap Cc: Mauro Carvalho Chehab --- drivers/media/IR/rc-map.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20100506.orig/drivers/media/IR/rc-map.c +++ linux-next-20100506/drivers/media/IR/rc-map.c @@ -13,6 +13,7 @@ */ #include +#include #include /* Used to handle IR raw handler extensions */