From: Hugh Dickins Date: Wed, 14 Mar 2007 21:25:08 +0000 (+0100) Subject: pwc-uncompress.c shouldn't #include X-Git-Tag: v2.6.16.44-rc2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=955d349bbe2e784b5422e1341ad17829f95bc9fa;p=karo-tx-linux.git pwc-uncompress.c shouldn't #include Fix a compile error on powerpc. Signed-off-by: Adrian Bunk --- diff --git a/drivers/usb/media/pwc/pwc-uncompress.c b/drivers/usb/media/pwc/pwc-uncompress.c index ef4204eab6c4..8eda4f7cb680 100644 --- a/drivers/usb/media/pwc/pwc-uncompress.c +++ b/drivers/usb/media/pwc/pwc-uncompress.c @@ -24,7 +24,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include #include #include "pwc.h"