Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / sound / core / seq / seq_clientmgr.c
index 532a660..bb15d9e 100644 (file)
@@ -1714,8 +1714,6 @@ int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo)
        return snd_seq_queue_timer_set_tempo(tempo->queue, client, tempo);
 }
 
-EXPORT_SYMBOL(snd_seq_set_queue_tempo);
-
 static int snd_seq_ioctl_set_queue_tempo(struct snd_seq_client *client,
                                         void __user *arg)
 {
@@ -2266,8 +2264,6 @@ int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
        return client->number;
 }
 
-EXPORT_SYMBOL(snd_seq_create_kernel_client);
-
 /* exported to kernel modules */
 int snd_seq_delete_kernel_client(int client)
 {
@@ -2284,7 +2280,6 @@ int snd_seq_delete_kernel_client(int client)
        return 0;
 }
 
-EXPORT_SYMBOL(snd_seq_delete_kernel_client);
 
 /* skeleton to enqueue event, called from snd_seq_kernel_client_enqueue
  * and snd_seq_kernel_client_enqueue_blocking
@@ -2333,8 +2328,6 @@ int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event * ev,
        return kernel_client_enqueue(client, ev, NULL, 0, atomic, hop);
 }
 
-EXPORT_SYMBOL(snd_seq_kernel_client_enqueue);
-
 /*
  * exported, called by kernel clients to enqueue events (with blocking)
  *
@@ -2347,7 +2340,6 @@ int snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev
        return kernel_client_enqueue(client, ev, file, 1, atomic, hop);
 }
 
-EXPORT_SYMBOL(snd_seq_kernel_client_enqueue_blocking);
 
 /* 
  * exported, called by kernel clients to dispatch events directly to other
@@ -2384,7 +2376,6 @@ int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev,
        return result;
 }
 
-EXPORT_SYMBOL(snd_seq_kernel_client_dispatch);
 
 /*
  * exported, called by kernel clients to perform same functions as with
@@ -2405,7 +2396,6 @@ int snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg)
        return result;
 }
 
-EXPORT_SYMBOL(snd_seq_kernel_client_ctl);
 
 /* exported (for OSS emulator) */
 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait)
@@ -2423,8 +2413,6 @@ int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table
        return 0;
 }
 
-EXPORT_SYMBOL(snd_seq_kernel_client_write_poll);
-
 /*---------------------------------------------------------------------------*/
 
 #ifdef CONFIG_PROC_FS