aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/dsp56k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/dsp56k.h')
-rw-r--r--include/asm-m68k/dsp56k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/dsp56k.h b/include/asm-m68k/dsp56k.h
index ab3dd33e23a11..2d8c0c9f794b3 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 */