summaryrefslogtreecommitdiff
path: root/sys/arch/arm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-23 06:12:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-23 06:12:51 +0000
commitc343f2aa369b41128ae609328b467c51b9e65ef7 (patch)
treefa9596c3ceec58d3803447552752a15b46d5fd17 /sys/arch/arm
parentb66f74bb17041ff405381b457300f30d75715e35 (diff)
kill nnpfs dead
Diffstat (limited to 'sys/arch/arm')
-rw-r--r--sys/arch/arm/arm/conf.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/arm/arm/conf.c b/sys/arch/arm/arm/conf.c
index 38c35676836..93708675ef2 100644
--- a/sys/arch/arm/arm/conf.c
+++ b/sys/arch/arm/arm/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.32 2012/04/06 15:10:39 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.33 2012/08/23 06:12:49 deraadt Exp $ */
/* $NetBSD: conf.c,v 1.10 2002/04/19 01:04:38 wiz Exp $ */
/*
@@ -263,10 +263,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"
@@ -337,11 +333,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_bio_init(NBIO,bio), /* 52: ioctl tunnel */
cdev_notdef(), /* 53: reserved */
cdev_notdef(), /* 54 was FOOTBRIDGE console */