Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/allwinner remove unused variable



details:   https://anonhg.NetBSD.org/src/rev/ebebbb7ec9a2
branches:  trunk
changeset: 811528:ebebbb7ec9a2
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Nov 03 19:28:28 2015 +0000

description:
remove unused variable

diffstat:

 sys/arch/arm/allwinner/awin_tcon.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 334c33d515fc -r ebebbb7ec9a2 sys/arch/arm/allwinner/awin_tcon.c
--- a/sys/arch/arm/allwinner/awin_tcon.c        Tue Nov 03 18:38:03 2015 +0000
+++ b/sys/arch/arm/allwinner/awin_tcon.c        Tue Nov 03 19:28:28 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_tcon.c,v 1.7 2015/11/03 18:38:03 bouyer Exp $ */
+/* $NetBSD: awin_tcon.c,v 1.8 2015/11/03 19:28:28 bouyer Exp $ */
 
 /*-
  * Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #include "opt_allwinner.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_tcon.c,v 1.7 2015/11/03 18:38:03 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_tcon.c,v 1.8 2015/11/03 19:28:28 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -112,7 +112,6 @@
        struct awin_tcon_softc *sc = device_private(self);
        struct awinio_attach_args * const aio = aux;
        const struct awin_locators * const loc = &aio->aio_loc;
-       prop_dictionary_t cfg = device_properties(self);
 
        sc->sc_dev = self;
        sc->sc_bst = aio->aio_core_bst;



Home | Main Index | Thread Index | Old Index