Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13339
b: refs/heads/master
c: 1f6173e
h: refs/heads/master
i:
  13337: 7387707
  13335: 69d9a8e
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Nov 9, 2005
1 parent 7401b57 commit bba15ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 376f269e4731a90db41683cb72717e217d3774f5
refs/heads/master: 1f6173ed9b48709383631e2c43eed770f15d05d1
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include <linux/i2c.h>
#include <linux/usb.h>
#include <media/tuner.h>
#include "audiochip.h"
#include "tveeprom.h"
#include <media/audiochip.h>
#include <media/tveeprom.h>
#include "msp3400.h"

#include "em2820.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
#include <linux/list.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/videodev.h>
#include <linux/usb.h>
#include <linux/vmalloc.h>
#include <linux/videodev.h>

#include "em2820.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/usb.h>
#include <linux/videodev.h>
#include <linux/i2c.h>
#include <linux/videodev.h>
#include <media/tuner.h>
#include <linux/video_decoder.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tveeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#include <media/tuner.h>
#include <media/tveeprom.h>
#include "audiochip.h"
#include <media/audiochip.h>

MODULE_DESCRIPTION("i2c Hauppauge eeprom decoder driver");
MODULE_AUTHOR("John Klar");
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/tvp5150.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* This code is placed under the terms of the GNU General Public License
*/

#include <linux/videodev.h>
#include <linux/i2c.h>
#include <linux/videodev.h>
#include <linux/delay.h>
Expand Down

0 comments on commit bba15ec

Please sign in to comment.