diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-10 18:41:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-10 18:41:58 -0300 |
commit | 3fc1ba4aab4f8ba23e7f530970e7b0589df9469f (patch) | |
tree | d7f194b9f4b9f180dcbc79f700b68c1276dcdfe6 /linux/include | |
parent | 56f5aeec5e1251323cf965ef3d64a983a7bfe808 (diff) | |
download | mediapointer-dvb-s2-3fc1ba4aab4f8ba23e7f530970e7b0589df9469f.tar.gz mediapointer-dvb-s2-3fc1ba4aab4f8ba23e7f530970e7b0589df9469f.tar.bz2 |
[PATCH] __user annotations of video_spu_palette
From: Al Viro <viro@zeniv.linux.org.uk>
This patch were applied at kernel on Wed Feb 1 07:33:44 2006 -0500
kernel-sync
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/linux/dvb/video.h b/linux/include/linux/dvb/video.h index 1f7fa0351..faebfda39 100644 --- a/linux/include/linux/dvb/video.h +++ b/linux/include/linux/dvb/video.h @@ -135,7 +135,7 @@ typedef struct video_spu { typedef struct video_spu_palette { /* SPU Palette information */ int length; - uint8_t *palette; + uint8_t __user *palette; } video_spu_palette_t; |