diff options
author | phk <phk@FreeBSD.org> | 2004-07-11 23:03:37 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-07-11 23:03:37 +0000 |
commit | 7017e4d3c191fe220187c61debca0b83061fd38c (patch) | |
tree | 5b0b328f63e52aef1e0ebc111d7d15e1ee555c21 | |
parent | 00ad513356e32de3b6b1649ee5bd75af5628a67e (diff) | |
download | FreeBSD-src-7017e4d3c191fe220187c61debca0b83061fd38c.zip FreeBSD-src-7017e4d3c191fe220187c61debca0b83061fd38c.tar.gz |
Remove the last bits of SPECHASH.
-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 */ |