From 2654ae4dfe0e807d2855d0c1e93507b8e7d88ae2 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 25 Jun 2009 18:44:05 +0000 Subject: Remove the d_spare2_t typedef. The d_spare2 field was replaced by d_mmap_single(). I considered adding a new round of padding for 8.0. However, since cdevsw already maintains a version field, new versions can be handled without requiring the need for explicit padding fields. --- sys/sys/conf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 457e1277e6e8..a41028b8f8ea 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -141,8 +141,6 @@ typedef int d_mmap_single_t(struct cdev *cdev, vm_ooffset_t *offset, vm_size_t size, struct vm_object **object, int nprot); typedef void d_purge_t(struct cdev *dev); -typedef int d_spare2_t(struct cdev *dev); - typedef int dumper_t( void *_priv, /* Private to the driver. */ void *_virtual, /* Virtual (mapped) address. */ -- cgit v1.3