From 255bd169ab645970f77d3fd7ac800781f96ddccb Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Mon, 12 Dec 2005 09:28:51 +0100 Subject: [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 --- sound/core/seq/seq_clientmgr.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sound/core/seq/seq_clientmgr.h') diff --git a/sound/core/seq/seq_clientmgr.h b/sound/core/seq/seq_clientmgr.h index 9df562425e3c..7131d218dc75 100644 --- a/sound/core/seq/seq_clientmgr.h +++ b/sound/core/seq/seq_clientmgr.h @@ -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 */ /* ... */ }; -- cgit