Re: [PATCH] Fix build with ./configure-bootstrap

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Stefan,

> hciops.c: In function ‘hciops_exit’:
> hciops.c:728: error: call to function ‘btd_adapter_cleanup_ops’
>               without a real prototype
> ---
>  plugins/hciops.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/plugins/hciops.c b/plugins/hciops.c
> index 659f754..6baed76 100644
> --- a/plugins/hciops.c
> +++ b/plugins/hciops.c
> @@ -725,7 +725,7 @@ static int hciops_init(void)
>  }
>  static void hciops_exit(void)
>  {
> -	btd_adapter_cleanup_ops(&hci_ops);
> +	btd_adapter_cleanup_ops();
>  }
>  
>  BLUETOOTH_PLUGIN_DEFINE(hciops, VERSION,

the subject is not matching the patch and I have no idea what is going
on here. I leave this to Johan or Alok to look at.

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux