[PATCH] m68k: dsp56k __user annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2006-01-12 01:06:31 -08:00
committed by Linus Torvalds
parent ab14caec7a
commit d85f6891aa
2 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/* Used for uploading DSP binary code */
struct dsp56k_upload {
int len;
char *bin;
char __user *bin;
};
/* For the DSP host flags */