diff options
author | peter <peter@FreeBSD.org> | 2001-02-02 01:48:40 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-02-02 01:48:40 +0000 |
commit | 4c9b874c28e532c7f549554c2e4ccc975fee003b (patch) | |
tree | 01d696395b2213a0dfba64bc09a7a1ffca15795d /sys | |
parent | c8af44b03bf39b7f487273a8d85c29c92a4838d0 (diff) | |
download | FreeBSD-src-4c9b874c28e532c7f549554c2e4ccc975fee003b.zip FreeBSD-src-4c9b874c28e532c7f549554c2e4ccc975fee003b.tar.gz |
Argh, I missed some #include "sio.h". I was looking primarily for NSIO
when I did my sweeps.
Submitted by: mjacob
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/alpha/api_up1000.c | 1 | ||||
-rw-r--r-- | sys/alpha/alpha/dec_1000a.c | 1 | ||||
-rw-r--r-- | sys/alpha/alpha/dec_2100_a50.c | 1 | ||||
-rw-r--r-- | sys/alpha/alpha/dec_2100_a500.c | 2 | ||||
-rw-r--r-- | sys/alpha/alpha/dec_eb64plus.c | 1 | ||||
-rw-r--r-- | sys/alpha/alpha/dec_kn20aa.c | 1 | ||||
-rw-r--r-- | sys/alpha/alpha/dec_st550.c | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/sys/alpha/alpha/api_up1000.c b/sys/alpha/alpha/api_up1000.c index 86218b1..1d0a774 100644 --- a/sys/alpha/alpha/api_up1000.c +++ b/sys/alpha/alpha/api_up1000.c @@ -45,7 +45,6 @@ #include <alpha/pci/irongatereg.h> #include <alpha/pci/irongatevar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_1000a.c b/sys/alpha/alpha/dec_1000a.c index 6cd456b..97edea9 100644 --- a/sys/alpha/alpha/dec_1000a.c +++ b/sys/alpha/alpha/dec_1000a.c @@ -92,7 +92,6 @@ #include <pci/pcivar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_2100_a50.c b/sys/alpha/alpha/dec_2100_a50.c index 3e5dfd1..bf34b68 100644 --- a/sys/alpha/alpha/dec_2100_a50.c +++ b/sys/alpha/alpha/dec_2100_a50.c @@ -50,7 +50,6 @@ #include <alpha/pci/apecsreg.h> #include <alpha/pci/apecsvar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED #define CONSPEED TTYDEF_SPEED diff --git a/sys/alpha/alpha/dec_2100_a500.c b/sys/alpha/alpha/dec_2100_a500.c index 15973ba..b99d429 100644 --- a/sys/alpha/alpha/dec_2100_a500.c +++ b/sys/alpha/alpha/dec_2100_a500.c @@ -1,4 +1,3 @@ -/* * Copyright (c) 2000 Andrew Gallatin * All rights reserved. * @@ -43,7 +42,6 @@ #include <alpha/pci/t2var.h> #include <alpha/pci/t2reg.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED #define CONSPEED TTYDEF_SPEED diff --git a/sys/alpha/alpha/dec_eb64plus.c b/sys/alpha/alpha/dec_eb64plus.c index 4cc3760..6fad014 100644 --- a/sys/alpha/alpha/dec_eb64plus.c +++ b/sys/alpha/alpha/dec_eb64plus.c @@ -66,7 +66,6 @@ #include <alpha/pci/apecsreg.h> #include <alpha/pci/apecsvar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_kn20aa.c b/sys/alpha/alpha/dec_kn20aa.c index 0cbb897..49c87a4 100644 --- a/sys/alpha/alpha/dec_kn20aa.c +++ b/sys/alpha/alpha/dec_kn20aa.c @@ -47,7 +47,6 @@ #include <alpha/pci/ciareg.h> #include <alpha/pci/ciavar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_st550.c b/sys/alpha/alpha/dec_st550.c index a5f2ad6..5989679 100644 --- a/sys/alpha/alpha/dec_st550.c +++ b/sys/alpha/alpha/dec_st550.c @@ -52,7 +52,6 @@ #include <alpha/pci/ciareg.h> #include <alpha/pci/ciavar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED |