Skip to content

Commit

Permalink
V4L/DVB: media/IR: Add missing include file to rc-map.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Huewe authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 83b6601 commit a7b3903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/IR/rc-map.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a7b3903

Please sign in to comment.