Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235701
b: refs/heads/master
c: b4f63e9
h: refs/heads/master
i:
  235699: 7d6349a
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jan 24, 2011
1 parent 9d6c73f commit d112755
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 225 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: d9e2d5962b083646cc9c218bfd358d07ae3b5925
refs/heads/master: b4f63e9a0f1ca7c6df1f77fdabd4905f4639e8c6
19 changes: 19 additions & 0 deletions trunk/drivers/staging/easycap/easycap.h
Original file line number Diff line number Diff line change
Expand Up @@ -727,4 +727,23 @@ extern int easycap_debug;
} while (0)
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/* globals
*/
/*---------------------------------------------------------------------------*/

extern const struct easycap_standard easycap_standard[];
extern struct easycap_format easycap_format[];
extern struct v4l2_queryctrl easycap_control[];
extern struct usb_driver easycap_usb_driver;
extern struct easycap_dongle easycapdc60_dongle[];
#if defined(EASYCAP_NEEDS_ALSA)
extern struct snd_pcm_ops easycap_alsa_ops;
extern struct snd_pcm_hardware easycap_pcm_hardware;
extern struct snd_card *psnd_card;
#else
extern struct usb_class_driver easyoss_class;
extern const struct file_operations easyoss_fops;
#endif /*EASYCAP_NEEDS_ALSA*/

#endif /*EASYCAP_H*/
1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include <linux/smp_lock.h>
#include "easycap.h"
#include "easycap_ioctl.h"

/*--------------------------------------------------------------------------*/
/*
Expand Down
35 changes: 0 additions & 35 deletions trunk/drivers/staging/easycap/easycap_ioctl.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap_low.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
/****************************************************************************/

#include "easycap.h"
#include "easycap_low.h"

/*--------------------------------------------------------------------------*/
static const struct stk1160config {
Expand Down
32 changes: 0 additions & 32 deletions trunk/drivers/staging/easycap/easycap_low.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/*****************************************************************************/

#include "easycap.h"
#include "easycap_main.h"

int easycap_debug;
static int easycap_bars = 1;
Expand Down
44 changes: 0 additions & 44 deletions trunk/drivers/staging/easycap/easycap_main.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/*****************************************************************************/

#include "easycap.h"
#include "easycap_settings.h"

/*---------------------------------------------------------------------------*/
/*
Expand Down
35 changes: 0 additions & 35 deletions trunk/drivers/staging/easycap/easycap_settings.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap_sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/*****************************************************************************/

#include "easycap.h"
#include "easycap_sound.h"

#if defined(EASYCAP_NEEDS_ALSA)
/*--------------------------------------------------------------------------*/
Expand Down
40 changes: 0 additions & 40 deletions trunk/drivers/staging/easycap/easycap_sound.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap_testcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/*****************************************************************************/

#include "easycap.h"
#include "easycap_testcard.h"

/*****************************************************************************/
#define TESTCARD_BYTESPERLINE (2 * 720)
Expand Down
32 changes: 0 additions & 32 deletions trunk/drivers/staging/easycap/easycap_testcard.h

This file was deleted.

0 comments on commit d112755

Please sign in to comment.