diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch')
| -rw-r--r-- | meta-oe/recipes-connectivity/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-connectivity/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch b/meta-oe/recipes-connectivity/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch deleted file mode 100644 index 27dead092a..0000000000 --- a/meta-oe/recipes-connectivity/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | # bluez4: add compile patch fixing some usb declaration mismatch | ||
| 2 | # Author: Michael 'Mickey' Lauer <mickey@vanille-media.de> | ||
| 3 | # Date: Thu Jan 29 16:52:21 2009 +0000 | ||
| 4 | # | ||
| 5 | # Acquired from OpenEmbedded | ||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Index: bluez-4.27/tools/dfutool.c | ||
| 9 | =================================================================== | ||
| 10 | --- bluez-4.27.orig/tools/dfutool.c | ||
| 11 | +++ bluez-4.27/tools/dfutool.c | ||
| 12 | @@ -59,7 +59,7 @@ | ||
| 13 | #endif | ||
| 14 | |||
| 15 | #ifdef NEED_USB_GET_BUSSES | ||
| 16 | -static inline struct usb_bus *usb_get_busses(void) | ||
| 17 | +inline struct usb_bus *usb_get_busses(void) | ||
| 18 | { | ||
| 19 | return usb_busses; | ||
| 20 | } | ||
