Skip to content

Commit

Permalink
[media] pwc: clean-up header files
Browse files Browse the repository at this point in the history
Remove unused pwc-ioctl.h (the copy in include/media is used everywhere)
Remove almost empty pwc-uncompress.h, move single define to pwc.h

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 51886df commit e3aec98
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 367 deletions.
1 change: 0 additions & 1 deletion drivers/media/video/pwc/pwc-ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include <asm/errno.h>

#include "pwc.h"
#include "pwc-uncompress.h"
#include "pwc-kiara.h"
#include "pwc-timon.h"
#include "pwc-dec1.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/pwc/pwc-if.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
#include "pwc-timon.h"
#include "pwc-dec23.h"
#include "pwc-dec1.h"
#include "pwc-uncompress.h"

/* Function prototypes and driver templates */

Expand Down
322 changes: 0 additions & 322 deletions drivers/media/video/pwc/pwc-ioctl.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/media/video/pwc/pwc-kiara.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@


#include "pwc-kiara.h"
#include "pwc-uncompress.h"

const unsigned int Kiara_fps_vector[PWC_FPS_MAX_KIARA] = { 5, 10, 15, 20, 25, 30 };

Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/pwc/pwc-uncompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <asm/types.h>

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

Expand Down
40 changes: 0 additions & 40 deletions drivers/media/video/pwc/pwc-uncompress.h

This file was deleted.

Loading

0 comments on commit e3aec98

Please sign in to comment.