diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2014-02-24 00:32:17 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2014-02-24 00:32:17 +0000 |
| commit | ef01c91c7ba3705e60a60a516d6512e2dc631e4e (patch) | |
| tree | 56ca895b22aaa2cae13029f6814bf36e8021219e | |
| parent | a3f17b00ff83b15bc6d51a1135a50ad38ffc244b (diff) | |
Remove unused variable. Fixes compile error.
| -rw-r--r-- | sys/arch/arm/xscale/pxa2x0_space.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_space.c b/sys/arch/arm/xscale/pxa2x0_space.c index 9b6fdb48757..8880994e1d9 100644 --- a/sys/arch/arm/xscale/pxa2x0_space.c +++ b/sys/arch/arm/xscale/pxa2x0_space.c @@ -1,4 +1,4 @@ -/* $NetBSD: pxa2x0_space.c,v 1.11 2014/02/22 20:33:00 matt Exp $ */ +/* $NetBSD: pxa2x0_space.c,v 1.12 2014/02/24 00:32:17 msaitoh Exp $ */ /* * Copyright (c) 2001, 2002 Wasabi Systems, Inc. @@ -76,7 +76,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pxa2x0_space.c,v 1.11 2014/02/22 20:33:00 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pxa2x0_space.c,v 1.12 2014/02/24 00:32:17 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -174,7 +174,6 @@ pxa2x0_bs_map(void *t, bus_addr_t bpa, bus_size_t size, { u_long startpa, endpa, pa; vaddr_t va; - pt_entry_t *pte; const struct pmap_devmap *pd; if ((pd = pmap_devmap_find_pa(bpa, size)) != NULL) { |
