Skip to content

Commit

Permalink
[PATCH] Fix up pwc driver compilation.
Browse files Browse the repository at this point in the history
The neutering of the pwc driver was incomplete. It still references
some now-dead files..

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dave Jones authored and Linus Torvalds committed May 28, 2005
1 parent 254feb8 commit dcefb39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/media/pwc/pwc-ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
#include "pwc-uncompress.h"
#include "pwc-kiara.h"
#include "pwc-timon.h"
#include "pwc-dec1.h"
#include "pwc-dec23.h"

/* Request types: video */
#define SET_LUM_CTL 0x01
Expand Down
2 changes: 0 additions & 2 deletions drivers/usb/media/pwc/pwc-uncompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

#include "pwc.h"
#include "pwc-uncompress.h"
#include "pwc-dec1.h"
#include "pwc-dec23.h"

int pwc_decompress(struct pwc_device *pdev)
{
Expand Down

0 comments on commit dcefb39

Please sign in to comment.