diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 01:06:31 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 09:09:04 -0800 |
commit | d85f6891aa143bed92590e10e210e7e102bbb2a1 (patch) | |
tree | ce1ea8a89499bcd3b9a20bcb70e49e7edccceddc /include/asm-m68k | |
parent | ab14caec7a5f0d9569c8a9dd2ad62e89b220c968 (diff) |
[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>
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/dsp56k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/dsp56k.h b/include/asm-m68k/dsp56k.h index ab3dd33e23a..2d8c0c9f794 100644 --- a/include/asm-m68k/dsp56k.h +++ b/include/asm-m68k/dsp56k.h @@ -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 */ |