diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2009-01-14 07:58:46 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2009-01-14 07:58:46 +0000 |
commit | efc8223d4879d3810bd434db82a9a30a7157f11d (patch) | |
tree | bbd562ea060dbeabb0a11471984b96fd4607ed1a /sys/arch/i386 | |
parent | d8be285e31707c58e2eebfebccfbea294e49fa49 (diff) |
int cpuspeed is global. ok markus@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/elan520.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/pci/elan520.c b/sys/arch/i386/pci/elan520.c index f6fecd6296b..9c628ba2368 100644 --- a/sys/arch/i386/pci/elan520.c +++ b/sys/arch/i386/pci/elan520.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elan520.c,v 1.15 2008/06/26 05:42:11 ray Exp $ */ +/* $OpenBSD: elan520.c,v 1.16 2009/01/14 07:58:45 grange Exp $ */ /* $NetBSD: elan520.c,v 1.4 2002/10/02 05:47:15 thorpej Exp $ */ /*- @@ -91,8 +91,6 @@ struct cfdriver elansc_cd = { NULL, "elansc", DV_DULL }; -static int cpuspeed; - int elansc_match(struct device *parent, void *match, void *aux) { |