From a55bdf1ec5945050bfce9c3b2c3d8b70e8fd01a1 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Sun, 25 Jan 2015 14:36:27 +0100 Subject: ALSA: seq: remove unused callback_all field Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- include/sound/seq_kernel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sound/seq_kernel.h') diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index ab8ddd9328ac..f1c8e94524b8 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h @@ -64,7 +64,6 @@ struct snd_seq_port_callback { int (*unuse)(void *private_data, struct snd_seq_port_subscribe *info); int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); void (*private_free)(void *private_data); - unsigned int callback_all; /* call subscribe callbacks at each connection/disconnection */ /*...*/ }; -- cgit