From 86178a576b83e6687e8f67ed7de4255a5c30cf05 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 23 Sep 2009 01:19:00 +0200 Subject: static and inline should came before the type of the functions Signed-off-by: Juan Quintela Signed-off-by: Blue Swirl --- hw/usb-bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/usb-bt.c') diff --git a/hw/usb-bt.c b/hw/usb-bt.c index 4c60d42..70fd4dd 100644 --- a/hw/usb-bt.c +++ b/hw/usb-bt.c @@ -363,7 +363,7 @@ static inline int usb_bt_fifo_dequeue(struct usb_hci_in_fifo_s *fifo, return len; } -static void inline usb_bt_fifo_out_enqueue(struct USBBtState *s, +static inline void usb_bt_fifo_out_enqueue(struct USBBtState *s, struct usb_hci_out_fifo_s *fifo, void (*send)(struct HCIInfo *, const uint8_t *, int), int (*complete)(const uint8_t *, int), -- cgit v1.1