diff options
Diffstat (limited to 'usr/src/uts/common/os/sunddi.c')
-rw-r--r-- | usr/src/uts/common/os/sunddi.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/uts/common/os/sunddi.c b/usr/src/uts/common/os/sunddi.c index 06ade6cc58..27158e8810 100644 --- a/usr/src/uts/common/os/sunddi.c +++ b/usr/src/uts/common/os/sunddi.c @@ -21,7 +21,7 @@ /* * Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * Copyright 2022 Garrett D'Amore */ #include <sys/note.h> @@ -5325,16 +5325,6 @@ ddi_append_minor_node(dev_info_t *ddip, struct ddi_minor_data *dmdp) ndi_devi_exit(ddip, circ); } -/* - * Part of the obsolete SunCluster DDI Hooks. - * Keep for binary compatibility - */ -minor_t -ddi_getiminor(dev_t dev) -{ - return (getminor(dev)); -} - static int i_log_devfs_minor_create(dev_info_t *dip, char *minor_name) { |