diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-13 11:24:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:47:36 -0300 |
commit | 466a1c15b5dff85810cb86d6b37b96b07846cd82 (patch) | |
tree | f8af7e18d15bb38347518244dd2e80ef13bcb725 /drivers/staging | |
parent | 02b20b0b4cde011f7ad6b5363fb88b93f7ad4e5b (diff) |
V4L/DVB (12731): cx25821: Add missing include
/home/v4l/master/v4l/cx25821-audups11.c:99: error: implicit declaration of function 'lock_kernel'
/home/v4l/master/v4l/cx25821-audups11.c:112: error: implicit declaration of function 'unlock_kernel'
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/cx25821/cx25821.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/cx25821/cx25821.h b/drivers/staging/cx25821/cx25821.h index 074ea34c3b25..578cdd51ae5f 100644 --- a/drivers/staging/cx25821/cx25821.h +++ b/drivers/staging/cx25821/cx25821.h @@ -32,6 +32,7 @@ #include <linux/delay.h> #include <linux/sched.h> #include <linux/kdev_t.h> +#include <linux/smp_lock.h> #include <media/v4l2-common.h> #include <media/v4l2-device.h> |