diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-11-14 20:43:13 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-11-14 20:43:13 +0000 |
commit | 572ea57056c46608505da8e4e4eceafadf003e91 (patch) | |
tree | be5939ea556e5ff03e3b61d52e6b32197e0e7e14 /sys/arch/sparc64/dev/sab.c | |
parent | c7481a466002bb3a396aa8442caa493123e8f4ce (diff) |
Remove eeprom.h.
Diffstat (limited to 'sys/arch/sparc64/dev/sab.c')
-rw-r--r-- | sys/arch/sparc64/dev/sab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/sab.c b/sys/arch/sparc64/dev/sab.c index c8a995743ad..faf3d3cbaa1 100644 --- a/sys/arch/sparc64/dev/sab.c +++ b/sys/arch/sparc64/dev/sab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sab.c,v 1.20 2007/11/13 13:50:10 kettenis Exp $ */ +/* $OpenBSD: sab.c,v 1.21 2007/11/14 20:43:12 kettenis Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -52,7 +52,6 @@ #include <machine/openfirm.h> #include <machine/conf.h> #include <machine/cpu.h> -#include <machine/eeprom.h> #include <machine/psl.h> #include <dev/cons.h> |