From f0a1efe9fe080675a31f16104cd6a1df8fe87909 Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sun, 15 Nov 2020 21:22:07 +0100
Subject: libmachdev: Remove duplicate declaration

* libmachdev/ds_routines.c (machdev_is_master_device): Remove duplicate
declaration.
---
 libmachdev/ds_routines.c | 2 --
 1 file changed, 2 deletions(-)

(limited to 'libmachdev')

diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c
index 64080176..d2b5352e 100644
--- a/libmachdev/ds_routines.c
+++ b/libmachdev/ds_routines.c
@@ -82,8 +82,6 @@ struct port_class *machdev_device_class;
 static struct machdev_device_emulation_ops *emulation_list[MAX_NUM_EMULATION];
 static int num_emul = 0;
 
-boolean_t machdev_is_master_device (mach_port_t port);
-
 /*
  * What follows is the interface for the native Mach devices.
  */
-- 
cgit v1.2.3