From: Marcel Holtmann <marcel@holtmann.org>
To: Stefan Seyfried <seife@suse.de>
Cc: BlueZ devel list <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH] Fix build with ./configure-bootstrap
Date: Tue, 07 Jul 2009 10:21:52 -0700 [thread overview]
Message-ID: <1246987312.3384.4.camel@localhost.localdomain> (raw)
In-Reply-To: <20090707091325.38dec13a@stoetzler>
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
next prev parent reply other threads:[~2009-07-07 17:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-07 7:13 [PATCH] Fix build with ./configure-bootstrap Stefan Seyfried
2009-07-07 17:21 ` Marcel Holtmann [this message]
2009-07-07 21:39 ` Stefan Seyfried
2009-07-07 22:54 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1246987312.3384.4.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=seife@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox