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-13 11:24:22 -0300 |
commit | 10e915b9906d789549e8e8d8b8a53f81368f5380 (patch) | |
tree | 40058dbc139ed4ad709b6da32b18637c3ad6819e | |
parent | f829cbff5c8f7aa1ea51da3f9e5a834d24734a22 (diff) | |
download | mediapointer-dvb-s2-10e915b9906d789549e8e8d8b8a53f81368f5380.tar.gz mediapointer-dvb-s2-10e915b9906d789549e8e8d8b8a53f81368f5380.tar.bz2 |
cx25821: Add missing include
From: Mauro Carvalho Chehab <mchehab@redhat.com>
/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>
-rw-r--r-- | linux/drivers/staging/cx25821/cx25821.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/staging/cx25821/cx25821.h b/linux/drivers/staging/cx25821/cx25821.h index 04beeb91f..ee21fa100 100644 --- a/linux/drivers/staging/cx25821/cx25821.h +++ b/linux/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> |