diff options
Diffstat (limited to 'meta/packages/bluez/bluez4-4.66/fix-dfutool-usb-declaration-mismatch.patch')
-rw-r--r-- | meta/packages/bluez/bluez4-4.66/fix-dfutool-usb-declaration-mismatch.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/bluez/bluez4-4.66/fix-dfutool-usb-declaration-mismatch.patch b/meta/packages/bluez/bluez4-4.66/fix-dfutool-usb-declaration-mismatch.patch deleted file mode 100644 index 91c802bc41..0000000000 --- a/meta/packages/bluez/bluez4-4.66/fix-dfutool-usb-declaration-mismatch.patch +++ /dev/null | |||
@@ -1,19 +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 | |||
7 | Index: bluez-4.27/tools/dfutool.c | ||
8 | =================================================================== | ||
9 | --- bluez-4.27.orig/tools/dfutool.c | ||
10 | +++ bluez-4.27/tools/dfutool.c | ||
11 | @@ -59,7 +59,7 @@ | ||
12 | #endif | ||
13 | |||
14 | #ifdef NEED_USB_GET_BUSSES | ||
15 | -static inline struct usb_bus *usb_get_busses(void) | ||
16 | +inline struct usb_bus *usb_get_busses(void) | ||
17 | { | ||
18 | return usb_busses; | ||
19 | } | ||