aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_clientmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/seq/seq_clientmgr.h')
-rw-r--r--sound/core/seq/seq_clientmgr.h3
1 files changed, 0 insertions, 3 deletions
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 */
/* ... */
};