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/hppa | |
parent | b66f74bb17041ff405381b457300f30d75715e35 (diff) |
kill nnpfs dead
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c index 0510d84de25..cb87d8bd285 100644 --- a/sys/arch/hppa/hppa/conf.c +++ b/sys/arch/hppa/hppa/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.54 2011/10/06 20:49:28 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.55 2012/08/23 06:12:49 deraadt Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -86,10 +86,6 @@ int nblkdev = nitems(bdevsw); #include "wskbd.h" #include "wsmouse.h" #include "wsmux.h" -#ifdef NNPFS -#include <nnpfs/nnnpfs.h> -cdev_decl(nnpfs_dev); -#endif #include "inet.h" #include "bpfilter.h" @@ -164,11 +160,7 @@ struct cdevsw cdevsw[] = #else cdev_notdef(), /* 31: */ #endif -#ifdef NNPFS - cdev_nnpfs_init(NNNPFS,nnpfs_dev), /* 32: nnpfs communication device */ -#else cdev_notdef(), -#endif cdev_video_init(NVIDEO,video), /* 33: generic video I/O */ cdev_systrace_init(NSYSTRACE,systrace), /* 34: system call tracing */ cdev_audio_init(NAUDIO,audio), /* 35: /dev/audio */ |