From patchwork Thu May 6 23:41:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 3338 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Thu, 06 May 2010 23:42:04 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Thu, 06 May 2010 20:43:57 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1OAAhg-0002Gg-8j; Thu, 06 May 2010 23:42:04 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752273Ab0EFXlv (ORCPT + 1 other); Thu, 6 May 2010 19:41:51 -0400 Received: from xenotime.net ([72.52.115.56]:47395 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751259Ab0EFXlu (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 Date: Thu, 6 May 2010 16:41:44 -0700 From: Randy Dunlap To: Stephen Rothwell , Mauro Carvalho Chehab Cc: linux-next@vger.kernel.org, LKML , linux-media@vger.kernel.org Subject: [PATCH -next] IR: add header file to fix build Message-Id: <20100506164144.f2e176c3.rdunlap@xenotime.net> In-Reply-To: <20100506151502.f97afe54.sfr@canb.auug.org.au> References: <20100506151502.f97afe54.sfr@canb.auug.org.au> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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(+) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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 */