diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:12:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:12:51 +0000 |
commit | c343f2aa369b41128ae609328b467c51b9e65ef7 (patch) | |
tree | fa9596c3ceec58d3803447552752a15b46d5fd17 /sys/arch/landisk | |
parent | b66f74bb17041ff405381b457300f30d75715e35 (diff) |
kill nnpfs dead
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/landisk/conf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/landisk/landisk/conf.c b/sys/arch/landisk/landisk/conf.c index 7da650156bc..23db126a590 100644 --- a/sys/arch/landisk/landisk/conf.c +++ b/sys/arch/landisk/landisk/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.22 2012/04/06 15:10:40 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.23 2012/08/23 06:12:49 deraadt Exp $ */ /* * Copyright (c) 1994-1998 Mark Brinicombe. @@ -250,10 +250,6 @@ struct bdevsw bdevsw[] = { #define ptctty ptytty #define ptcioctl ptyioctl -#ifdef NNPFS -#include <nnpfs/nnnpfs.h> -cdev_decl(nnpfs_dev); -#endif #include "systrace.h" #include "hotplug.h" @@ -313,11 +309,7 @@ struct cdevsw cdevsw[] = { cdev_lkm_dummy(), /* 48: reserved */ cdev_lkm_dummy(), /* 49: reserved */ cdev_systrace_init(NSYSTRACE,systrace), /* 50: system call tracing */ -#ifdef NNPFS - cdev_nnpfs_init(NNNPFS,nnpfs_dev), /* 51: nnpfs communication device */ -#else cdev_notdef(), /* 51: reserved */ -#endif cdev_notdef(), /* 52: reserved */ cdev_notdef(), /* 53: reserved */ cdev_notdef(), /* 54: reserved */ |