aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-06-25 18:44:05 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-06-25 18:44:05 +0000
commit2654ae4dfe0e807d2855d0c1e93507b8e7d88ae2 (patch)
treeb87b099323d2758db5cee8c5adea5a8fd3faae68
parent29af53f0063adcbeb8a8890a57eb2c4f00c2d178 (diff)
Notes
-rw-r--r--sys/sys/conf.h2
1 files changed, 0 insertions, 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. */