[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100506164144.f2e176c3.rdunlap@xenotime.net>
Date: Thu, 6 May 2010 16:41:44 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Mauro Carvalho Chehab <mchehab@...radead.org>
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
linux-media@...r.kernel.org
Subject: [PATCH -next] IR: add header file to fix build
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix build error:
drivers/media/IR/rc-map.c:51: error: implicit declaration of function 'msleep'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Mauro Carvalho Chehab <mchehab@...radead.org>
---
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 <media/ir-core.h>
+#include <linux/delay.h>
#include <linux/spinlock.h>
/* Used to handle IR raw handler extensions */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists