Skip to content

Commit

Permalink
[PATCH] v4l: 897: saa7146 fix
Browse files Browse the repository at this point in the history
- Fixing headers to compile cleanly.

Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Nov 9, 2005
1 parent 6cffcc2 commit ad07d93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <linux/usb.h>
#include <linux/i2c.h>
#include <linux/video_decoder.h>
#include <linux/utsname.h>

#include "em28xx.h"
#include <media/tuner.h>
Expand Down
2 changes: 1 addition & 1 deletion include/media/saa7146_vv.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __SAA7146_VV__
#define __SAA7146_VV__

#include <linux/videodev2.h>
#include <linux/videodev.h>

#include <media/saa7146.h>
#include <media/video-buf.h>
Expand Down

0 comments on commit ad07d93

Please sign in to comment.