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>
This commit is contained in:
parent
83b6601c88
commit
a7b39036cf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user