summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-01-03 20:43:14 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-01-03 20:43:14 +0000
commit1030fd4d4e2a61c5fcee1e899eaa59cc7aa25a72 (patch)
treea81b437b52123ad2af305878f00fe11349f88d3b
parentd9282dc964cb8afe064d9454467d83e4cc011900 (diff)
Remove some junk.
-rw-r--r--sys/arch/sparc64/dev/upa.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/sparc64/dev/upa.c b/sys/arch/sparc64/dev/upa.c
index 323bdfaf68e..de73c753629 100644
--- a/sys/arch/sparc64/dev/upa.c
+++ b/sys/arch/sparc64/dev/upa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: upa.c,v 1.6 2007/09/17 01:33:33 krw Exp $ */
+/* $OpenBSD: upa.c,v 1.7 2008/01/03 20:43:13 kettenis Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -45,15 +45,6 @@
#include <machine/autoconf.h>
#include <machine/openfirm.h>
-#include <sparc64/dev/ebusreg.h>
-#include <sparc64/dev/ebusvar.h>
-
-#include "pckbd.h"
-#if NPCKBD > 0
-#include <dev/ic/pckbcvar.h>
-#include <dev/pckbc/pckbdvar.h>
-#endif
-
struct upa_range {
u_int64_t ur_space;
u_int64_t ur_addr;
@@ -95,6 +86,7 @@ upa_match(struct device *parent, void *match, void *aux)
if (strcmp(ma->ma_name, "upa") == 0)
return (1);
+
return (0);
}