aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_ports.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-06-16 16:15:24 +0200
committerTakashi Iwai <tiwai@suse.de>2017-06-16 16:19:03 +0200
commit9c8ddd105e3a420b1fe2e0a4c4767b9dd67081a9 (patch)
treeb92efdfa4867dffd8dc728d1293d0aae1f520851 /sound/core/seq/seq_ports.c
parentALSA: pcm: Follow standard EXPORT_SYMBOL() declarations (diff)
downloadlinux-dev-9c8ddd105e3a420b1fe2e0a4c4767b9dd67081a9.tar.xz
linux-dev-9c8ddd105e3a420b1fe2e0a4c4767b9dd67081a9.zip
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
Just a tidy up to follow the standard EXPORT_SYMBOL*() declarations in order to improve grep-ability. - Move EXPORT_SYMBOL*() to the position right after its definition - Remove superfluous blank line before EXPORT_SYMBOL*() lines Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/seq/seq_ports.c')
-rw-r--r--sound/core/seq/seq_ports.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/core/seq/seq_ports.c b/sound/core/seq/seq_ports.c
index fe686ee41c6d..0a7020c82bfc 100644
--- a/sound/core/seq/seq_ports.c
+++ b/sound/core/seq/seq_ports.c
@@ -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);