[PATCH] Fix up pwc driver compilation.
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>
This commit is contained in:
parent
254feb882a
commit
dcefb396c2
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue