X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Fsound%2Fwavefront.h;h=9e572aed243580f2d0b421031c81485c76022651;hp=c13fd09f0f03bc1f9d6d8ec575d7b7e96a0813f0;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9 diff --git a/include/sound/wavefront.h b/include/sound/wavefront.h index c13fd09f0..9e572aed2 100644 --- a/include/sound/wavefront.h +++ b/include/sound/wavefront.h @@ -554,8 +554,8 @@ typedef struct wf_patch_info { WF_{GET,SET}_CHANNEL above. */ - wavefront_any *hdrptr; /* user-space ptr to hdr bytes */ - u16 *dataptr; /* actual sample data */ + wavefront_any __user *hdrptr; /* user-space ptr to hdr bytes */ + u16 __user *dataptr; /* actual sample data */ wavefront_any hdr; /* kernel-space copy of hdr bytes */ } wavefront_patch_info;