diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-06-03 04:18:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-03 04:18:49 -0700 |
| commit | 9d7a2c2dd6bae2ef1347b5eacbeb181773de660a (patch) | |
| tree | bb72185114d5164068333c909e0b7befacb70a7d /include/sound | |
| parent | e3b784cf04a45dda32b0dc99ecb7bcfaa06c3d0d (diff) | |
[PATCH] sparse: rest of sound/core
The rest of sond/core annotated; reverted bogus addition of __user in
snd_seq_kernel_client_ctl() - I should've guessed from the name alone
;-)
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/seq_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index 22dd3a4eccbd..d0b69fbef924 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h @@ -158,7 +158,7 @@ extern int snd_seq_create_kernel_client(snd_card_t *card, int client_index, snd_ extern int snd_seq_delete_kernel_client(int client); extern int snd_seq_kernel_client_enqueue(int client, snd_seq_event_t *ev, int atomic, int hop); extern int snd_seq_kernel_client_dispatch(int client, snd_seq_event_t *ev, int atomic, int hop); -extern int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void __user *arg); +extern int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg); #define SNDRV_SEQ_EXT_MASK 0xc0000000 #define SNDRV_SEQ_EXT_USRPTR 0x80000000 |
