diff options
author | obrien <obrien@FreeBSD.org> | 2000-05-19 18:23:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-05-19 18:23:48 +0000 |
commit | eb71f5f7c0522c4b0bd5f96d753c14c06e8c77e1 (patch) | |
tree | a4d10e1a0a22ac0470bee1996c3f623aab3b8cf0 /sys/dev/ppbus | |
parent | 80efa7cbc3f84d79299abb652cbdaf41c532c778 (diff) | |
download | FreeBSD-src-eb71f5f7c0522c4b0bd5f96d753c14c06e8c77e1.zip FreeBSD-src-eb71f5f7c0522c4b0bd5f96d753c14c06e8c77e1.tar.gz |
Rather than use a MD lpt.h, we now use the MI lptio.h.
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r-- | sys/dev/ppbus/lpt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index cf2a325..04e161d 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -78,8 +78,7 @@ #include <machine/resource.h> #include <sys/rman.h> -#include <machine/lpt.h> - +#include <dev/ppbus/lptio.h> #include <dev/ppbus/ppbconf.h> #include <dev/ppbus/ppb_1284.h> #include <dev/ppbus/lpt.h> |