diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-12 14:23:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 13:57:20 +0200 |
commit | fa405d7094489828014315a34f0c21fba30be38c (patch) | |
tree | 8df3e1c58ebe84fa8778adba86f3df9693cdbddb /drivers | |
parent | V4L/DVB (9166): ivtv - Fix potential race condition in yuv handler (diff) | |
download | linux-fa405d7094489828014315a34f0c21fba30be38c.tar.xz linux-fa405d7094489828014315a34f0c21fba30be38c.zip |
V4L/DVB: v4l2-dev: remove duplicated #include
Removed duplicated include "media/cx2341x.h" in
drivers/media/video/cx23885/cx23885-417.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-417.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c index e54df8195ec4..395c11fa47ce 100644 --- a/drivers/media/video/cx23885/cx23885-417.c +++ b/drivers/media/video/cx23885/cx23885-417.c @@ -36,7 +36,6 @@ #include <media/cx2341x.h> #include "cx23885.h" -#include "media/cx2341x.h" #define CX23885_FIRM_IMAGE_SIZE 376836 #define CX23885_FIRM_IMAGE_NAME "v4l-cx23885-enc.fw" |