[ALSA] seq: remove superfluous fields
Modules: ALSA sequencer None of the fields of struct snd_seq_kernel_client was actually used, so remove them. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
22fb2a708d
commit
255bd169ab
@@ -40,9 +40,6 @@ struct snd_seq_user_client {
|
||||
};
|
||||
|
||||
struct snd_seq_kernel_client {
|
||||
struct snd_card *card;
|
||||
/* pointer to client functions */
|
||||
void *private_data; /* private data for client */
|
||||
/* ... */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user