Module Name:    src
Committed By:   bouyer
Date:           Tue Nov  3 19:28:28 UTC 2015

Modified Files:
        src/sys/arch/arm/allwinner: awin_tcon.c

Log Message:
remove unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/allwinner/awin_tcon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/allwinner/awin_tcon.c
diff -u src/sys/arch/arm/allwinner/awin_tcon.c:1.7 src/sys/arch/arm/allwinner/awin_tcon.c:1.8
--- src/sys/arch/arm/allwinner/awin_tcon.c:1.7	Tue Nov  3 18:38:03 2015
+++ src/sys/arch/arm/allwinner/awin_tcon.c	Tue Nov  3 19:28:28 2015
@@ -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 <jmcne...@invisible.ca>
@@ -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 @@ awin_tcon_attach(device_t parent, device
 	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;

Reply via email to