diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-22 20:57:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-22 20:57:29 +0000 |
commit | 0ec6f45eff20dea0077e4a95d84045dda0dd3399 (patch) | |
tree | 07dce4421aa05d246c6f67d28d0afc4cdb360a7d | |
parent | 9af5fcd9bbe0e0f99ba2ee376d0902c8220f3801 (diff) |
unbreak ramdisk builds in a way i guess might work
-rw-r--r-- | sys/dev/pci/ips.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/ips.c b/sys/dev/pci/ips.c index 6eb8b0a0421..528890d5b7f 100644 --- a/sys/dev/pci/ips.c +++ b/sys/dev/pci/ips.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ips.c,v 1.91 2009/03/22 18:41:34 grange Exp $ */ +/* $OpenBSD: ips.c,v 1.92 2009/03/22 20:57:28 deraadt Exp $ */ /* * Copyright (c) 2006, 2007, 2009 Alexander Yurchenko <grange@openbsd.org> @@ -1853,7 +1853,6 @@ ips_getconf(struct ips_softc *sc, int flags) return (ips_cmd(sc, ccb)); } -#ifndef SMALL_KERNEL int ips_getrblstat(struct ips_softc *sc, int flags) { @@ -1877,7 +1876,6 @@ ips_getrblstat(struct ips_softc *sc, int flags) return (ips_cmd(sc, ccb)); } -#endif /* !SMALL_KERNEL */ int ips_getpg5(struct ips_softc *sc, int flags) |