Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / packages / bluez / bluez4 / fix-dfutool-usb-declaration-mismatch.patch
1 Index: bluez-4.27/tools/dfutool.c
2 ===================================================================
3 --- bluez-4.27.orig/tools/dfutool.c
4 +++ bluez-4.27/tools/dfutool.c
5 @@ -59,7 +59,7 @@
6  #endif
7  
8  #ifdef NEED_USB_GET_BUSSES
9 -static inline struct usb_bus *usb_get_busses(void)
10 +inline struct usb_bus *usb_get_busses(void)
11  {
12         return usb_busses;
13  }