diff options
Diffstat (limited to 'src/device.c')
| -rw-r--r-- | src/device.c | 2 | 
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; | 
