diff options
| author | dante <dante@NetBSD.org> | 1999-02-25 20:20:30 +0000 |
|---|---|---|
| committer | dante <dante@NetBSD.org> | 1999-02-25 20:20:30 +0000 |
| commit | ceef7fa3d77d043924f455d67bec64f1482bb1d7 (patch) | |
| tree | fbc3f3729d1bec45bcbe5ac5e19aefc27e4a8063 /sys/dev | |
| parent | 435f80f92873c4a9f7e9022519d7aa5e32f4db43 (diff) | |
Fix AdvanSys Narrow driver to work on Alpha
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/adv_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/adv_pci.c b/sys/dev/pci/adv_pci.c index 719c5e1a5f3..503d2475ec1 100644 --- a/sys/dev/pci/adv_pci.c +++ b/sys/dev/pci/adv_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: adv_pci.c,v 1.5 1998/09/26 15:52:55 dante Exp $ */ +/* $NetBSD: adv_pci.c,v 1.6 1999/02/25 20:20:30 dante Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. @@ -81,8 +81,8 @@ #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> -#include <dev/ic/adv.h> #include <dev/ic/advlib.h> +#include <dev/ic/adv.h> /******************************************************************************/ |
