summaryrefslogtreecommitdiff
path: root/libmachdev
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-15 21:22:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-15 21:22:48 +0100
commitf0a1efe9fe080675a31f16104cd6a1df8fe87909 (patch)
treec5478c00214f59118b264d6188cce6425099fad2 /libmachdev
parenteadd22d3da5ab76f4f9083f10d8cace9ead1b8b1 (diff)
libmachdev: Remove duplicate declaration
* libmachdev/ds_routines.c (machdev_is_master_device): Remove duplicate declaration.
Diffstat (limited to 'libmachdev')
-rw-r--r--libmachdev/ds_routines.c2
1 files changed, 0 insertions, 2 deletions
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.
*/