Browse Source

V4L/DVB: media/IR: Add missing include file to rc-map.c

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Peter Huewe 15 years ago
parent
commit
a7b39036cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/IR/rc-map.c

+ 1 - 0
drivers/media/IR/rc-map.c

@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);