diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-01 18:56:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-01 18:56:47 +0000 |
commit | 1f001fcfc9d97a407e86d14aa438f40aa59cd0cd (patch) | |
tree | 76c0cb96d7f580c2444573f893910896668703d4 | |
parent | 15f6463e4e76b9a1d393ad96a66a891e29e168df (diff) |
clean the hppa leftover, from netbsd
-rw-r--r-- | sys/dev/ic/sti.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/sti.c b/sys/dev/ic/sti.c index dcab7ce165d..f7bc9023129 100644 --- a/sys/dev/ic/sti.c +++ b/sys/dev/ic/sti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti.c,v 1.10 2002/01/25 21:35:26 mickey Exp $ */ +/* $OpenBSD: sti.c,v 1.11 2002/02/01 18:56:46 mickey Exp $ */ /* * Copyright (c) 2000-2001 Michael Shalayeff @@ -49,8 +49,6 @@ #include <dev/wscons/wsdisplayvar.h> #include <dev/wscons/wsconsio.h> -#include <hppa/dev/cpudevs.h> - #include <dev/ic/stireg.h> #include <dev/ic/stivar.h> |