]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/core/seq/seq_ports.c
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
[karo-tx-linux.git] / sound / core / seq / seq_ports.c
index fe686ee41c6da064ad4e1aa43ce172e359da1184..0a7020c82bfc76ac295d084fa2d98abe5dc5f647 100644 (file)
@@ -685,7 +685,6 @@ int snd_seq_event_port_attach(int client,
 
        return ret;
 }
-
 EXPORT_SYMBOL(snd_seq_event_port_attach);
 
 /*
@@ -706,5 +705,4 @@ int snd_seq_event_port_detach(int client, int port)
 
        return err;
 }
-
 EXPORT_SYMBOL(snd_seq_event_port_detach);