diff options
author | Hugh Dickins <hugh@veritas.com> | 2007-03-14 22:25:08 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-03-14 22:25:08 +0100 |
commit | 955d349bbe2e784b5422e1341ad17829f95bc9fa (patch) | |
tree | 4a4c7fd95d024aacb9cc85fa0e20abbc21e3f3e2 | |
parent | ec97dff7309a7dfb403bf76512e0636a6627ff87 (diff) |
pwc-uncompress.c shouldn't #include <asm/current.h>
Fix a compile error on powerpc.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | drivers/usb/media/pwc/pwc-uncompress.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <asm/current.h> #include <asm/types.h> #include "pwc.h" |