mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 17:29:40 +01:00
14 lines
349 B
Diff
14 lines
349 B
Diff
Index: bluez-4.27/tools/dfutool.c
|
|
===================================================================
|
|
--- bluez-4.27.orig/tools/dfutool.c
|
|
+++ bluez-4.27/tools/dfutool.c
|
|
@@ -59,7 +59,7 @@
|
|
#endif
|
|
|
|
#ifdef NEED_USB_GET_BUSSES
|
|
-static inline struct usb_bus *usb_get_busses(void)
|
|
+inline struct usb_bus *usb_get_busses(void)
|
|
{
|
|
return usb_busses;
|
|
}
|