summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-03 16:49:02 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-03 16:49:02 +0200
commitaf10dc7079d7d11e7a15abd4f04b5cae4dc1667e (patch)
tree41daa56460f258beef1742e9786faf0fb606e448 /audio/telephony-dummy.c
parent40c0305b1f780a2c969f0491bd0dd1276910bc3e (diff)
Reorder some functions
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r--audio/telephony-dummy.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index 5a9f244d..c0686e2f 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -46,15 +46,6 @@ static struct indicator indicators[] =
{ NULL }
};
-int telephony_init(void)
-{
- return 0;
-}
-
-void telephony_exit(void)
-{
-}
-
int telephony_features_req(void)
{
uint32_t features = 0;
@@ -68,3 +59,12 @@ struct indicator *telephony_indicators_req(void)
{
return indicators;
}
+
+int telephony_init(void)
+{
+ return 0;
+}
+
+void telephony_exit(void)
+{
+}