summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-23 05:56:39 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-23 05:56:39 +0100
commit99bc055edc4b9ba8ccda791757a6439fb03ff8f2 (patch)
treebd4c2be8aad4e5e68863efeee3eec74e93449283 /src/device.c
parent0a14f620f8be275db4a8f88a50d12044c9e6cf8a (diff)
Make two more local functions static
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index b385814c..46a2592e 100644
--- a/src/device.c
+++ b/src/device.c
@@ -737,7 +737,7 @@ void device_probe_drivers(struct btd_device *device, GSList *profiles)
}
}
-void device_remove_drivers(struct btd_device *device, GSList *uuids)
+static void device_remove_drivers(struct btd_device *device, GSList *uuids)
{
struct btd_adapter *adapter = device_get_adapter(device);
GSList *list, *next;