Jan Kiszka wrote: > Silence compiler warning by providing a prototype in the CONFIG_BLUEZ > case (hw/bt.h provides it otherwise). > > Signed-off-by: Jan Kiszka > --- > > bt-host.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/bt-host.c b/bt-host.c > index 07679f6..066757a 100644 > --- a/bt-host.c > +++ b/bt-host.c > @@ -31,6 +31,8 @@ > # include > # include > # include > +/* Silence compiler warning */ > +struct HCIInfo *bt_host_hci(const char *id); > # else > # include "hw/bt.h" > # define HCI_MAX_FRAME_SIZE 1028 Thanks for applying the other patches, but this tiny one always seems to be ignored - for unknown reasons. :) Jan