Fix up pwc driver compilation.

From: Dave Jones
Date: Fri May 27 2005 - 23:52:26 EST


The neutering of the pwc driver was incomplete. It still references
some now-dead files..

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- kernel/drivers/usb/media/pwc/pwc-ctrl.c~ 2005-05-28 00:50:04.000000000 -0400
+++ kernel/drivers/usb/media/pwc/pwc-ctrl.c 2005-05-28 00:50:08.000000000 -0400
@@ -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
--- kernel/drivers/usb/media/pwc/pwc-uncompress.c~ 2005-05-28 00:50:14.000000000 -0400
+++ kernel/drivers/usb/media/pwc/pwc-uncompress.c 2005-05-28 00:50:19.000000000 -0400
@@ -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)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/