diff options
-rw-r--r-- | sys/sys/conf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h index e90713d..e966531 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -111,12 +111,6 @@ struct cdev { #define si_copyonwrite __si_u.__si_disk.__sid_copyonwrite /* - * Special device management - */ -#define SPECHSZ 64 -#define SPECHASH(rdev) (((unsigned)(minor(rdev)))%SPECHSZ) - -/* * Definitions of device driver entry switches */ |