diff options
| author | pooka <pooka@NetBSD.org> | 2007-11-22 13:51:59 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2007-11-22 13:51:59 +0000 |
| commit | bc3b2e6a39ecc448e8ffd046e3710bd2b11d9a2a (patch) | |
| tree | cc91943668d26d3bd1b8d4714b6c6a9d3d006aeb /sys/dev/pud | |
| parent | 078cd4b352aa9a8b1b57b68715dc5b1d66af29bf (diff) | |
PUD_CONF_IOCTL is a goner. Noticed by dillo.
Diffstat (limited to 'sys/dev/pud')
| -rw-r--r-- | sys/dev/pud/pud.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/pud/pud.c b/sys/dev/pud/pud.c index a63a1386647..63fe3badc9a 100644 --- a/sys/dev/pud/pud.c +++ b/sys/dev/pud/pud.c @@ -1,4 +1,4 @@ -/* $NetBSD: pud.c,v 1.3 2007/11/21 18:10:48 pooka Exp $ */ +/* $NetBSD: pud.c,v 1.4 2007/11/22 13:51:59 pooka Exp $ */ /* * Copyright (c) 2007 Antti Kantee. All Rights Reserved. @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pud.c,v 1.3 2007/11/21 18:10:48 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pud.c,v 1.4 2007/11/22 13:51:59 pooka Exp $"); #include <sys/param.h> #include <sys/conf.h> @@ -208,10 +208,6 @@ pudop_conf(struct pud_dev *pd, struct pud_req *pdr) /* unimplemented */ rv = 0; break; - case PUD_CONF_IOCTL: - /* unimplemented */ - rv = 0; - break; default: rv = EINVAL; break; |
