diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-07-03 15:26:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:55:37 -0400 |
commit | e3aec98c1d3beaba9b96a7f00046bc06e59d6ab9 (patch) | |
tree | e8c39c143249dc20c02a7c5fe988a5f4d4e5f870 /drivers/media/video/pwc/pwc-if.c | |
parent | 51886df0ca8bcc42e13cad7bcfc3487268229cea (diff) |
[media] pwc: clean-up header files
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>
Diffstat (limited to 'drivers/media/video/pwc/pwc-if.c')
-rw-r--r-- | drivers/media/video/pwc/pwc-if.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/pwc/pwc-if.c b/drivers/media/video/pwc/pwc-if.c index a5fe4a1532ac..51ca3589b1b5 100644 --- a/drivers/media/video/pwc/pwc-if.c +++ b/drivers/media/video/pwc/pwc-if.c | |||
@@ -75,7 +75,6 @@ | |||
75 | #include "pwc-timon.h" | 75 | #include "pwc-timon.h" |
76 | #include "pwc-dec23.h" | 76 | #include "pwc-dec23.h" |
77 | #include "pwc-dec1.h" | 77 | #include "pwc-dec1.h" |
78 | #include "pwc-uncompress.h" | ||
79 | 78 | ||
80 | /* Function prototypes and driver templates */ | 79 | /* Function prototypes and driver templates */ |
81 | 80 | ||