public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix build with ./configure-bootstrap
@ 2009-07-07  7:13 Stefan Seyfried
  2009-07-07 17:21 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Seyfried @ 2009-07-07  7:13 UTC (permalink / raw)
  To: BlueZ devel list

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,
-- 
1.6.3.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-07 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07  7:13 [PATCH] Fix build with ./configure-bootstrap Stefan Seyfried
2009-07-07 17:21 ` Marcel Holtmann
2009-07-07 21:39   ` Stefan Seyfried
2009-07-07 22:54     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox